Is possible to use Native Android submodule and iOS cocoapods into a flutter plugin?

Viewed 226

I've made a map functionality using Google Maps SDK, for Android and iOS as Android Submodule and Cocoapods components respectively. I already integrate both into a Flutter project and it works fine.

But I want to create a flutter plugin that use these components for further use (without copy native code into this plugin). It's possible ?

Thanks.

0 Answers
Related