Skip to content

Deploying to Google Play

Eric Nguyen edited this page May 26, 2024 · 1 revision

Prerequisites

  • Have a upload-keystore.jks file (see tutorial)

  • Have a android/key.properties file with the contents:

storePassword=***
keyPassword=***
keyAlias=upload
storeFile=upload-keystore.jks

Steps

  1. Update the app version in pubspec.yaml (give an appropriate version x.x.x and increment the number after the + sign)

  2. Build the App Bundle

flutter build appbundle
  1. Go to the Google Play Console

  2. Go to the Production tab

  3. Click the "Create new release" button

  4. Upload the app bundle (located at build/app/outputs/bundle/release/app-release.aab)

  5. Provide description

  6. Submit app for review

Clone this wiki locally