I have created the app using flutter create testapp. Now, I want to change the App name from \"testapp\" to \"My Trips Tracker\". How can I do that ?
I have tried ch
As of 2019/12/21, you need to change the name: [NameOfYourApp] in pubspec.yaml. Then go to Edit > Find > Replace in Path, and replace all occurrences of your previous name.
Also, just for good measure, change the folder names in your android directory, e.g. android > app > src > main > java > com > example > yourappname.
Then in the console, in your app's root directory, run
flutter clean