Changing app name and Version Number in Flutter

Vijay R
vijaycreations
Published in
3 min readAug 18, 2020

--

This article guides you how to change the app name and the version number for flutter app before release.

App Name

Most of us might have faced a situation where we have created a flutter project by naming the app by giving it a simpler name and later wanted to change that app name to something else once the project is fully ready for release.

Changing the app name at any point of time is very much simple and what we need to do is change the android:label value present in AndroidManifest.xml, this label holds the app name.

The folder hierarchy will be like., android->app->src->main->AndroidManifest.xml

Version Number

In Flutter apps the version number is available in pubspec.yaml file.

--

--

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