vgv_cli 1.10.41
vgv_cli: ^1.10.41 copied to clipboard
A powerful Flutter CLI tool for creating projects with interactive prompts, supporting Clean Architecture, BLoC, Freezed, Go Router, and internationalization.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate vgv_cliUse it
The package has the following executables:
$ vgv
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vgv_cliWith Flutter:
$ flutter pub add vgv_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vgv_cli: ^1.10.41Alternatively, 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:vgv_cli/vgv_cli.dart';