Build and release an Android version
Follow Build and release an Android app article when you’re ready to prepare a release version of your app, for example to publish to the Google Play Store.
1
flutter build appbundle --no-tree-shake-icons
Build and release an iOS version
Follow Build and release an iOS app article when you’re ready to release your app to the App Store and TestFlight.
1
flutter build ipa --no-tree-shake-icons