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
Review the default App Manifest file AndroidManifest.xml located in /android/app/src/main
AndroidManifest.xml
/android/app/src/main
Edit the android:label to your desire display name
android:label