DEV Community

Damilare Ajakaiye
Damilare Ajakaiye

Posted on • Updated on

Publishing Flutter app to Google Play Store - Part 2

In the previous article of this series, you learned how to prepare your Flutter app for Android production release. If you haven't read the article yet, Read it here. It's highly recommended that you do so before proceeding with this article.

In this article, you'll learn how to publish your app to the Google Play Store via the Developer Console.

Let's get started!

Step 1: Create a Developer Account

  • If you already have a Developer Account, move on to Step 2.

  • Visit Google Play Console to create a Developer Account.

  • A one-off $25 registration fee must be paid using a debit or credit card (prepaid cards are not accepted).

  • You'll need to verify your identity using a government-approved document.

  • Once approved, you can proceed to Step 2.

Step 2: Create an App

  • Click on the Create App button.

Create app on Google Developer console

  • Fill in the required details and check all the checkboxes.

App information

Step 3: Add Description, Logo, Screenshots, Videos, and Feature Graphics.

  • Go to Store presence > Main store listing.

  • Fill in the required details.

Fill app details

  • To add an App icon, simply drag and drop the icon.png you used to create your App Icon from the previous tutorial into the App icon box.

Add app icon

  • Add a Feature Graphics. You can either generate one using an Online Graphic Generator or use any other website you prefer.

Feature graphics

  • Include at least 2 screenshots of your app in the Phone, 7' and 10' tablets Screenshot sections respectively.

Screenshots
Screenshots

  • Save the Main Store Listing.

Step 4: Store Settings

  • Go to Store Settings and select your app's category and tags, then fill in the required details.

App category

  • Save it.

Step 5: Add Countries and Regions

  • Go to Production > Country / Region to specify the countries where you want your app to be available for download.

Countries

Step 6: App Content

Privacy policy

  • Select App Access.

App access

  • In the Ads section, select YES if your app contains ADS, or NO if it doesn't.

Ads

  • Choose the appropriate Content Rating category for your app.

Content ratings

  • In the Questionnaire tab, answer the provided questions and Save.

  • Proceed to Target audience and content.

  • Select the target age groups for your app.

Target age

  • Click Next and provide the required information on the App Details page.

App details

  • Click Next twice to reach the Store presence tab. Select appropriate options.

Target audience

  • Click Next and Save.

  • Navigate to News apps.

News apps

  • Select YES if your app is a news app; otherwise, select NO.

  • Save it.

Step 7: Roll Out the App to Production

  • Click on Production in the sidebar.

  • Create a New Release.

Create new release

  • Upload the app-release.aab app bundle file in the App Bundle section.

  • Add Release Notes, which will be displayed on your app's home page on Google Play.

Release notes

  • Save it and Review the Release.

  • Finally, click on Start Rollout To Production.

Production release

Congratulations 🎉!! You've uploaded your app to the Google Play Store. Now you need to wait for a response from the Google team to manually review your app and add it to the Google Play Store.

Top comments (0)