If the CLI application is available on pub.dev, activate globally via:
dart pub global activate flutter_cli_utilsOr locally via:
- Clone this repository
- Run the following script from the project root to activate the CLI application globally:
sh -e scripts/activate.sh <path_to_root_of_this_project># Show CLI version
$ fcu --version
# Show usage help
$ fcu --helpExample:
fcu create --desc "My starter app" --org "com.my_startup" --name "starter_app" --ios-lang swift --android-lang "java" --template app --target-platforms "android,ios" --output-directory "starter_app" --overwrite-existing-directory --use-starter-brick --initialize-git-repo