bloc_widgets 1.1.1 copy "bloc_widgets: ^1.1.1" to clipboard
bloc_widgets: ^1.1.1 copied to clipboard

A new Flutter package that provides an alternative to the `BlocBuilder/Listener/Consumer/Selector` with the idea based on the `ConsumerWidget` from `riverpod` library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_widgets

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

dependencies:
  bloc_widgets: ^1.1.1

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_widgets/bloc_widgets.dart';
1
likes
140
pub points
37%
popularity

Publisher

unverified uploader

A new Flutter package that provides an alternative to the `BlocBuilder/Listener/Consumer/Selector` with the idea based on the `ConsumerWidget` from `riverpod` library.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on bloc_widgets