0 purchases
wits flutter cli
Wits Flutter CLI #
A Command Line Tool to create launch.json file for flutter projects.
Installation #
Before installing make sure Dart SDK is in PATH. In Your Terminal:
dart pub global activate wits_flutter_cli
copied to clipboard
This will activate the cli globally. Now go to the root of flutter project/module and run:
wits_flutter_cli -m your_awesome_app
copied to clipboard
Replace your_awesome_app with name of your flutter project/module.
By running the above command a new folder .vscode will be created with launch.json file.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.