app_flow_cli 1.0.2
app_flow_cli: ^1.0.2 copied to clipboard
AppFlow CLI is a Dart-based command-line tool designed to automate the creation, management, and cleanup of scalable Flutter project structures for a flutter project.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate app_flow_cli
Use it
The package has the following executables:
$ app_flow_cli
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_flow_cli
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
app_flow_cli: ^1.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:app_flow_cli/app_flow_cli.dart';