bloc_generator 0.5.1 copy "bloc_generator: ^0.5.1" to clipboard
bloc_generator: ^0.5.1 copied to clipboard

outdated

Automatic BLoC generator that will generate BLoC architected code automatically from bloc_annotations.

bloc_generator #

This package is part of a number of packages designed to help create BLoC architected code in Dart and Flutter. You can view them all in the repository here.

This README relies on the fact that you have read the main README.

Installation #

dev_dependencies:
  build_runner: <latest_version>
  bloc_generator: <latest_version>

Output #

bloc_generator outputs a .bloc.dart file in the same directory as the template file using the annotations. This file is a part of file that needs to be a part of the original file. To generate the files use build_runners command line package to build out any annotations. E.g.:

$ pub run build_runner build

or to watch for changes:

$ pub run build_runner watch

or using the flutter tool:

$ flutter packages pub run build_runner build
0
likes
30
pub points
6%
popularity

Publisher

unverified uploader

Automatic BLoC generator that will generate BLoC architected code automatically from bloc_annotations.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, bloc_annotations, build, meta, source_gen

More

Packages that depend on bloc_generator