Yes, you can change the app display name in Flutter by modifying the pubspec.yaml file.
- Open the pubspec.yaml file in your project.
- Find the name field and change it to "My Trips Tracker" or any name you prefer.
- Save the file.
After making this change, the app name should be updated on both Android and iOS platforms. However, note that this will only change the app display name, not the package name. If you want to change the package name, you will need to modify it in the AndroidManifest.xml file and in the Xcode project for iOS.
To know more, join our Flutter Course today.