vgv_cli 1.10.41 copy "vgv_cli: ^1.10.41" to clipboard
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_cli

Use 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_cli

With Flutter:

 $ flutter pub add vgv_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vgv_cli: ^1.10.41

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:vgv_cli/vgv_cli.dart';
1
likes
160
points
242
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter CLI tool for creating projects with interactive prompts, supporting Clean Architecture, BLoC, Freezed, Go Router, and internationalization.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, http, interact, path

More

Packages that depend on vgv_cli