app_flow_cli 1.0.0 copy "app_flow_cli: ^1.0.0" to clipboard
app_flow_cli: ^1.0.0 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 Dart:

 $ dart pub add app_flow_cli

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 dart pub get):

dependencies:
  app_flow_cli: ^1.0.0

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
18
downloads

Publisher

verified publisherpermanentlink.co.za

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, console, flutter, path, yaml

More

Packages that depend on app_flow_cli