Comment on page
Release Build
It gives information about various releases that happened till date with release version date and time so that it will be easy for customers to know about the version
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 android release (APK or app bundle)
$ flutter build apk --release
$ flutter build appbundle --target-platform android-arm,android-arm64,android-x64
$ flutter build ios --release
Last modified 2yr ago