bloc_gen_runner 0.0.1+8 copy "bloc_gen_runner: ^0.0.1+8" to clipboard
bloc_gen_runner: ^0.0.1+8 copied to clipboard

Zero-boilerplate BLoC generation simplifying bloc_concurrency equatable packages, and 6 event transformers via annotations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_gen_runner

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

dependencies:
  bloc_gen_runner: ^0.0.1+8

Alternatively, your editor might support 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_gen_runner/bloc_gen_runner.dart';
1
likes
150
points
1
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Zero-boilerplate BLoC generation simplifying bloc_concurrency equatable packages, and 6 event transformers via annotations.

Repository (GitHub)
View/report issues
Contributing

Topics

#bloc #bloc-concurrency #state-management #code-generator

License

MIT (license)

Dependencies

analyzer, bloc_gen_annotations, build, build_config, built_collection, code_builder, dart_style, flutter, pub_semver, source_gen

More

Packages that depend on bloc_gen_runner