flutter_launcher_name
flutter_launcher_name copied to clipboard
It is recommended to use the `name` command line args
There are limitations in writing in yaml
config file
flutter pub run flutter_launcher_name:main
just like this
flutter pub run flutter_launcher_name:main --name="FlutterApp"
In this way, you should be able to get the args
parameter, preferentially using the name
passed by args
Thank you
can i make a flutter_launcher_name.yaml file and add these?
flutter_launcher_name: name: "My_app"