Hi@akhtar,
To change the label name in your Flutter app, you need to open the AndroidManifest.xml file. In this file, you can find the below lines. So replace the label name and package name.
<application
android:name="io.flutter.app.FlutterApplication"
android:label="TheNameOfYourApp"
For Package Name
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="your.package.name">
To know more about Flutter, join our Flutter Certification today.