Hi,
I have some questions about Flutter, anyone can help me?
Import third-party native libs
Is it possible to import third-party SDKs (.jar / .aar / pod) into my flutter project?
Flavors Resource
Is it possible to generate different applications through the flavor strategy for both Android and iOS, to create white label applications?
Generate Flutter lib and import into native code
Is it possible to create an SDK with Flutter / Dart that is compiled and imported this lib in native Android and iOS native?
Ex: develop an API SDK in dart, then compile in .jar / .aar and compile to pod, and then import to a native project on Android and another native iOS project.
Thanks,