bloc_ui_generator 1.0.0 copy "bloc_ui_generator: ^1.0.0" to clipboard
bloc_ui_generator: ^1.0.0 copied to clipboard

retractedoutdated

A Dart package for generation of typed BloC widgets like BlocBuilder and BlocListener for concrete implementations

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_ui_generator

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

dependencies:
  bloc_ui_generator: ^1.0.0

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_ui_generator/builder.dart';
4
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for generation of typed BloC widgets like BlocBuilder and BlocListener for concrete implementations

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, bloc_ui_annotation, build, flutter, source_gen

More

Packages that depend on bloc_ui_generator