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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_generator

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

dependencies:
  bloc_generator: ^0.6.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bloc_generator/bloc_generator.dart';
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, code_builder, meta, source_gen

More

Packages that depend on bloc_generator