For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release Build

Check and follow this document to release the build by creating the Keystore and releasing the APK.

Goto for android: https://flutter.io/android-release/

Goto for ios: https://flutter.io/ios-release/

Create a keystore

If you have an existing keystore, skip to the next step. If not, create one by running the following at the command line:

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

Set up for Preparing an Android App for Release click here​

Set up for Preparing an IOS App for Release click here

Generating the release APK

** $ flutter build apk --release

Generating the release DMG

** $ flutter build --release

Last updated

Was this helpful?