How to Change the Application Name
Go to lib/constants/settings.dart and change the appName value.

Android
Go to android/app/src/main/AndroidManifest.xml and change the android:label value.

iOS
Go to ios/Runner/Info.plist and change the CFBundleName / CFBundleDisplayName value.
