Solution 1 : Install Pod manually
Read moreHow do I add a module to Flutter project?
Using the File > New > New Module … menu in Android Studio in your existing Android project, you can either create a new Flutter module to integrate, or select an existing Flutter module that was created previously. If you create a new module, you can use a wizard to select the module name, location, and so on.
Read moreHow do you add a Flutter to an existing iOS app?
Now that you have a base Android project, add the Flutter module that you created earlier. You do this by going to File -> New -> New Module … From there, go to the Import Flutter Module option at the bottom of the new window and add the Flutter module location before clicking on the blue Finish button.
Read moreCan we convert Android app to Flutter?
How to transfer your existing app into Flutter? To begin with, you need to integrate Flutter as a library or module . That module is responsible to reflect the application’s UI. You can create a module using Flutter create-t module command.22 Oca 2021
Read moreCan we convert Android apk to iOS?
You need to do the following: Take your compiled Android APK and upload it to MechDome in a compatible file format. Select whether you will create an iOS app for a simulator or a real device. It will then convert your Android app to an iOS app very quickly.
Read moreCan I use Flutter in existing app?
Add-to-app For those situations, Flutter can be integrated into your existing application piecemeal, as a library or module . That module can then be imported into your Android or iOS (currently supported platforms) app to render a part of your app’s UI in Flutter.
Read more