How to change the app name in the flutter

Last Updated: May 13, 2024By Tags: , ,

 

You have created the app using Flutter. Now, you want to change the app display name from test_app to Test App
Please follow the below steps.
Step 1: Go to the folder android/app/src/main
 
Step 2: Open the file AndroidManifest.xml
Step 3: Now change the below android:label
<application

android:name=”io.flutter.app.XXXXXX”
android:label=”YourAppName

android:icon=”@mipmap/ic_launcher”>

 

Also you can follow the below release

 

editor's pick

news via inbox

Nulla turp dis cursus. Integer liberos  euismod pretium faucibua

Leave A Comment