bloc_architecture_cli 0.0.2 copy "bloc_architecture_cli: ^0.0.2" to clipboard
bloc_architecture_cli: ^0.0.2 copied to clipboard

Bloc Architecture CLI is a command-line tool to generate boilerplate code for Flutter applications using the BLoC (Business Logic Component) pattern. It simplifies the process of setting up BLoC archi [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bloc_architecture_cli

Use it

The package has the following executables:

$ bloc_arch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_architecture_cli

With Flutter:

 $ flutter pub add bloc_architecture_cli

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

dependencies:
  bloc_architecture_cli: ^0.0.2

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:bloc_architecture_cli/bloc_architecture_cli.dart';
0
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

Bloc Architecture CLI is a command-line tool to generate boilerplate code for Flutter applications using the BLoC (Business Logic Component) pattern. It simplifies the process of setting up BLoC architecture by automating the creation of necessary files and directories.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, flutter, path

More

Packages that depend on bloc_architecture_cli