Building and Releasing
Last updated
Last updated
To build release version of Android application you need run following commands.
To build a Play Store publishable application you need to sign the application and generate aab file.
Visit this Official Flutter Documentation to sign the app
Once you sign the app, you can run the following command to generate aab.
The release bundle for your app is created at [project]/build/app/outputs/bundle/release/app.aab
Before beginning the process of releasing your app, ensure that it meets Apple's App Review Guidelines.
Please refer to this Official Flutter Documentation page for building an IOS application.