multi_bloc_builder 1.0.1 copy "multi_bloc_builder: ^1.0.1" to clipboard
multi_bloc_builder: ^1.0.1 copied to clipboard

A Flutter package that provides a widget to listen to multiple blocs and rebuilds the widget when any of the blocs emit a new state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_bloc_builder

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

dependencies:
  multi_bloc_builder: ^1.0.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:multi_bloc_builder/multi_bloc_builder.dart';
8
likes
160
pub points
70%
popularity

Publisher

verified publishercontributors.info

A Flutter package that provides a widget to listen to multiple blocs and rebuilds the widget when any of the blocs emit a new state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bloc, flutter

More

Packages that depend on multi_bloc_builder