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

Bridge Dart Streams into Flutter's Listenable/ValueListenable interfaces. Lazily subscribes and auto-cancels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stream_listenable

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

dependencies:
  stream_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:stream_listenable/stream_listenable.dart';
0
likes
160
points
8
downloads

Documentation

API reference

Publisher

verified publisherjacopoguzzo.dev

Weekly Downloads

Bridge Dart Streams into Flutter's Listenable/ValueListenable interfaces. Lazily subscribes and auto-cancels.

Repository (GitHub)
View/report issues

Topics

#stream #listenable #valuelistenable #changenotifier

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stream_listenable