We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name
There are limitations in writing in yaml config file
yaml
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
args
Thank you
The text was updated successfully, but these errors were encountered:
can i make a flutter_launcher_name.yaml file and add these?
flutter_launcher_name: name: "My_app"
Sorry, something went wrong.
No branches or pull requests
There are limitations in writing in
yaml
config filejust 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 thename
passed byargs
Thank you
The text was updated successfully, but these errors were encountered: