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

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 Dart:

 $ dart pub add bloc_ui_generator

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

dependencies:
  bloc_ui_generator: ^1.0.9

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_ui_generator/bloc_ui_generator.dart';
4
likes
140
points
504
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, bloc_ui_annotation, build, source_gen

More

Packages that depend on bloc_ui_generator