-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying to Google Play
Eric Nguyen edited this page May 26, 2024
·
1 revision
-
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
-
Update the app version in
pubspec.yaml
(give an appropriate version x.x.x and increment the number after the+
sign) -
Build the App Bundle
flutter build appbundle
-
Go to the Google Play Console
-
Go to the Production tab
-
Click the "Create new release" button
-
Upload the app bundle (located at
build/app/outputs/bundle/release/app-release.aab
) -
Provide description
-
Submit app for review