Setting up your Flutter app for publishing in Play Store.

Vijay R
vijaycreations
Published in
4 min readAug 22, 2020

--

Before publishing our Flutter app in Google Play Store we need to brush up few feature to make sure that the app is entirely done and eligible for release.🚀 In this article we shall be discussing those features that we need to focus before publishing the app.

App Launcher Icon

Once the functionality and the UI/UX part is done. we need to set up an icon for our app. Setting up a decent good looking app icon is very important.

In the below mentioned article we have already discussed step by step procedure about setting up a launcher icons for flutter app 👇:
https://medium.com/@_Vijay_/change-app-launcher-icons-flutter-b6e4c93b1a39 (both written and video tutorial is available).

Signing the app

After finishing setting up an icon, we need to create a digital signature for our app. This signature is then used for accessing our app for publishing further versions.

  • Creating a keystore

For Mac/Linux use the following command to generate a key.,

keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key

For Windows use the following command to generate a key.,

--

--

Vijay R
vijaycreations

Hai👋 I’m a flutter developer experienced in designing and developing stunning mobile apps. Reach out for freelance projects: calico.takeoff_01@icloud.com