Publish App to Google Play
Publish App your app to Google Play
To generate an appbundle, run the following command on the terminal:
flutter build appbundleAfter completing the necessary steps, you will find the .aab file in the build/app/output/appbundle/release folder.
You can now upload this .aab file to the Google Play Store.
Last updated