A command-line tool which simplifies the task of updating your Flutter app's launcher name. If you user this package, You don't need modify AndroidManifest.xml or Info.plist.
Add your Flutter Launcher name configuration to your pubspec.yaml
or create your own .yaml. An example is shown below.
dev_dependencies:
flutter_launcher_name: "^0.0.3"
flutter_launcher_name:
name: "yourNewAppLauncherName"
After setting up the configuration, all that is left to do is run the package.
flutter pub get
flutter pub run flutter_launcher_name:main
If you provide your own yaml file run:
flutter pub get
flutter pub run flutter_launcher_name:main -f path/to/your/yaml
Shown below is the full list of attributes which you can specify within your Flutter Launcher name configuration.
name
: The new application launcher name.