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
Create a Keystore
$ flutter build apk --release
$ flutter build appbundle --target-platform android-arm,android-arm64,android-x64Generating the IOS release
$ flutter build ios --releaseLast updated
Was this helpful?