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

outdated

Automatic BLoC generator that will generate BLoC architected code automatically.

bloc_generator #

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 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.

> flutter packages pub run build_runner build

or to watch for changes:

> flutter packages pub run build_runner watch

Example #

An extensive example can be found in the root example/ directory.

0
likes
0
pub points
6%
popularity

Publisher

unverified uploader

Automatic BLoC generator that will generate BLoC architected code automatically.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, bloc_annotations, build, source_gen

More

Packages that depend on bloc_generator