Member-only story

Update Flutter apps on Play-Store

Anmol Gupta
4 min readApr 10, 2022

--

Let’s update your first flutter app on the play store.

In this blog, we shall learn how we can update an existing android app on the play store.

Step-1 The very first step is to change the app’s version code.

a. Go to the android folder and open local.properties, inside this file, increase the version code.

b. Also inside the pubspec.yaml file changes the version of the app, Change the version code after the + sign as same as the local.properties file.

Step-2 After changing the version and version code, run the flutter pub get command on the terminal.

Step-3 Open the android folder of the app on a new window.

Go to the file, open the project location and open the android folder of the project.

You will be landed on the below page, it may take a while to finish the loading.

--

--

No responses yet