Flutter: Android build for deployment

399

Solution 1

They have provided all the steps over here

Preparing an Android App for Release.

And for project You can set all common settings in pubspec.yaml file.

enter image description here

Solution 2

Use the official documentation guidelines.

https://docs.flutter.dev/deployment/android#how-do-i-build-a-release-from-within-android-studio

For more details, read the whole post https://docs.flutter.dev/deployment/android.

Share:
399
Krunal
Author by

Krunal

Contact me, if you're looking for a CTO or Engineering Director/VP. contact: +91 - 9737007007 mail: [email protected] Following some great SO users....

Updated on December 04, 2022

Comments

  • Krunal
    Krunal over 1 year

    How can I create/prepare Android build for deployment on Appstore, using Android Studio? (I've developer account singed app and keys/credential)

    What are step and checklist, required to create Android deployment build for flutter project