App Name
To change your app name follow the steps below:
Step 1
Go to "android/app/src/" and open AndroidManifest.xml then change the label to your desired app name.
Step 2
Go to "ios/Runner/" and open Info.plist then change the CFBundleName value to your desired app name.
Step 3
Go to "lib/config/" and open AppConfig.dart then change the APP_NAME value to your desired app name.