flutter_launcher_name icon indicating copy to clipboard operation
flutter_launcher_name copied to clipboard

It is recommended to use the `name` command line args

Open d1y opened this issue 4 years ago • 1 comments

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

d1y avatar Jun 29 '20 14:06 d1y

can i make a flutter_launcher_name.yaml file and add these?

flutter_launcher_name: name: "My_app"

GerasimosKan avatar Mar 25 '23 18:03 GerasimosKan