flutter_bloc_generator 0.2.3 copy "flutter_bloc_generator: ^0.2.3" to clipboard
flutter_bloc_generator: ^0.2.3 copied to clipboard

outdated

Automatic BLoC generator for flutter that will generate BLoC architected code automatically.

flutter_bloc_generator #

Usage #

Add flutter_bloc_generator and build_runner as dev_dependencies to make the build_runner cli and BLoCGenerator available for generation.

dev_dependencies:
  build_runner: <latest_version>
  flutter_bloc_generator: <latest_version>

Output #

flutter_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 #

A more extensive example can be found in the root example/ directory.

0
likes
0
pub points
15%
popularity

Publisher

unverified uploader

Automatic BLoC generator for flutter that will generate BLoC architected code automatically.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, flutter_bloc_annotations, source_gen

More

Packages that depend on flutter_bloc_generator