Release build
Follow the below document, to create a key store and generating the IOS.
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?