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 changing from the AndroidManifest.xml, and it got changed, but is there a way that Flutter provides to do that?





UPDATE: From the comments this answer seems to be out of date
The Flutter documentation points out where you can change the display name of your application for both Android and iOS. This may be what you are looking for:
For Android
It seems you have already found this in the
AndroidManifest.xmlas theapplicationentry.For iOS
See the
Review Xcode project settingssection:For Windows
goto the windows/runner/main.cpp file and check the name in line 30:
For Linux
goto linux/my_application.cc edit these two lines (I never tested it)