There was an error while loading. Please reload this page.
Checklist for what to do for deploy app on app store and play store. Probably using for create automate task to in the future.
Run with command $ flutter build android --appbundle
$ flutter build android --appbundle
Output as .aab file will save in build/app/outputs/aab
Run with command $ flutter build ios
$ flutter build ios
For build archive and upload to ituneconnect. Currently need to do manually from xcode.