vein_cli 0.0.15 copy "vein_cli: ^0.0.15" to clipboard
vein_cli: ^0.0.15 copied to clipboard

A Clean Architecture generator for vein state management.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate vein_cli

Use it

The package has the following executables:

$ vein

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vein_cli

With Flutter:

 $ flutter pub add vein_cli

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

dependencies:
  vein_cli: ^0.0.15

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:vein_cli/vein_cli.dart';
1
likes
130
points
0
downloads

Publisher

verified publisheralphacsoft.com

Weekly Downloads

A Clean Architecture generator for vein state management.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args

More

Packages that depend on vein_cli