bloc_cli 0.1.3-dev copy "bloc_cli: ^0.1.3-dev" to clipboard
bloc_cli: ^0.1.3-dev copied to clipboard

Create command line interfaces from your BLoCs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_cli

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

dependencies:
  bloc_cli: ^0.1.3-dev

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bloc_cli/bloc_cli.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Create command line interfaces from your BLoCs.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on bloc_cli