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

A powerful build_runner-based code generator for the BLoC state management pattern. Eliminates boilerplate by automatically generating abstract base classes that wire up event transformers, equality l [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_gen_runner

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 dart pub get):

dependencies:
  bloc_gen_runner: ^0.0.1+3

Alternatively, your editor might support dart pub get or 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
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful build_runner-based code generator for the BLoC state management pattern. Eliminates boilerplate by automatically generating abstract base classes that wire up event transformers, equality logic, and copyWith methods — letting you focus on business logic instead of ceremony. Supports Concurrent, Sequential, Restartable, Droppable, Debounce, and Throttle transformers via a type-safe annotation API, with zero changes required to your existing BLoC code.

License

unknown (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