Change The Project Name
- If you want to change the name of the app which is displayed on the menu of the mobile phone together with the app icon, you have to change the android: label in the android/app/src/main/AndroidManifest.xml file.In this file, you can find the below code.
<application
android:name="io.flutter.app.FlutterApplication"
android:label="intrinsic_width"
android:icon="@mipmap/ic_launcher">