androidandroid-studioflutterdartapk

How to build signed apk from Android Studio for Flutter


Is there a way to build an apk for flutter in Android Studio?

I have seen this guideline: https://flutter.dev/docs/deployment/android
But here flutter console is used to build apk.


Solution

  • You can build the Apk/AppBundle using IDE and command line.