How to run flutter application natively on android and ios separately?

1,788

I have also faced the same issue , after researching the internet I got to know that there are one way to include our flutter project to android as module and than you can use Flutter.createView to load your flutter widget. It is simple as that, you can also follow this blog for step by step instrucation

https://medium.com/flutter-community/add-flutter-to-existing-android-ios-app-ae8c4fb1582e

Share:
1,788
Umair
Author by

Umair

Updated on December 14, 2022

Comments

  • Umair
    Umair over 1 year

    I am working on flutter application, and i want that application to load and run natively on android studio without flutter sdk separately so that i can put some dependencies of native kotlin or java there and run natively from there.

    I copied the android folder from flutter project and create a new native android application from it enter image description here