android-studiodeploymentflutterandroid-buildconfig

Flutter: Android build for deployment


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


Solution

  • 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