#howtodo #5minutescode #flutter #android #appdevelopment
How to change the app name in Flutter or Android
1. Navigate to the android - app - src - main and open the AndroidManifest. xml file.
2. Under the application tag, Find the android:label and replace its value with the new app name.
3. Completely stop and run your app.
Web Site: https://www.techrook.com/