flutter_bloc_cli_plus 1.0.1 copy "flutter_bloc_cli_plus: ^1.0.1" to clipboard
flutter_bloc_cli_plus: ^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_plus

Use it

The package has the following executables:

$ bloc
$ cubit

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_bloc_cli_plus

With Flutter:

 $ flutter pub add flutter_bloc_cli_plus

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

dependencies:
  flutter_bloc_cli_plus: ^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_plus/flutter_bloc_cli_plus.dart';
1
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

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

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

dart_style, dcli, process_run, pubspec

More

Packages that depend on flutter_bloc_cli_plus