flutter_bloc_cli 1.0.1 copy "flutter_bloc_cli: ^1.0.1" to clipboard
flutter_bloc_cli: ^1.0.1 copied to clipboard

CLI tool for rapidly scaffolding Flutter projects with BLoC architecture and code generation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_bloc_cli

Use it

The package has the following executables:

$ bloc

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_bloc_cli

With Flutter:

 $ flutter pub add flutter_bloc_cli

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

dependencies:
  flutter_bloc_cli: ^1.0.1

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:flutter_bloc_cli/flutter_bloc_cli.dart';
8
likes
130
pub points
46%
popularity

Publisher

unverified uploader

CLI tool for rapidly scaffolding Flutter projects with BLoC architecture and code generation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dart_style, dcli, process_run, pubspec

More

Packages that depend on flutter_bloc_cli