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

Extensions to convert BLoC into Flutter's Listenable/ValueListenable interfaces. Built on stream_listenable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_listenable

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

dependencies:
  bloc_listenable: ^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_listenable/bloc_listenable.dart';
0
likes
150
points
25
downloads

Documentation

API reference

Publisher

verified publisherjacopoguzzo.dev

Weekly Downloads

Extensions to convert BLoC into Flutter's Listenable/ValueListenable interfaces. Built on stream_listenable.

Repository (GitHub)
View/report issues

Topics

#bloc #listenable #valuelistenable #stream

License

MIT (license)

Dependencies

bloc, flutter, stream_listenable

More

Packages that depend on bloc_listenable