rename app name flutter code example
Example 1: flutter custom app name
Write file pubspec.yaml:
dev_dependencies:
flutter_launcher_name: "^0.0.1"
flutter_launcher_name:
name: "yourNewAppLauncherName"
And run:
flutter pub get
flutter pub run flutter_launcher_name:main
Example 2: flutter_rename_app
flutter pub get
flutter pub run flutter_rename_app