flutter_helper_cli 1.0.1 copy "flutter_helper_cli: ^1.0.1" to clipboard
flutter_helper_cli: ^1.0.1 copied to clipboard

A Flutter CLI tool for Flutter projects.

The following commands are currently available:

1. flutter_example

flutter_example can automatically create a project to run the example based on the current directory.

For example, package has a directory example, which has lib and pubspec.yaml. There is no need to list the specified platform.

Just use flutter_example to automatically create the platform files needed to run the example. After running example, you can delete the build directory manually or execute flutter clean.

2. flutter_clean

flutter_clean can recursively clear all projects in the current directory

How to use #

dart pub global activate flutter_helper_cli

# then you can run
flutter_example
0
likes
135
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter CLI tool for Flutter projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

path

More

Packages that depend on flutter_helper_cli