opinionated_bloc_generator 0.2.2 copy "opinionated_bloc_generator: ^0.2.2" to clipboard
opinionated_bloc_generator: ^0.2.2 copied to clipboard

This generator aims to reduce boilerplate in an opinionated way. Opinionated Bloc Generator is the way we reduce this kind of bloc boilerplate in ours projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opinionated_bloc_generator

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

dependencies:
  opinionated_bloc_generator: ^0.2.2

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:opinionated_bloc_generator/opinionated_bloc_generator.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

This generator aims to reduce boilerplate in an opinionated way. Opinionated Bloc Generator is the way we reduce this kind of bloc boilerplate in ours projects.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

_fe_analyzer_shared, analyzer, bloc, build, freezed_annotation, opinionated_bloc_annotations, source_gen

More

Packages that depend on opinionated_bloc_generator