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

Observable objects for asynchronously listening for changes to values and collections, with a mixin to easily manage streams on any class.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream_subscriber

With Flutter:

 $ flutter pub add stream_subscriber

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

dependencies:
  stream_subscriber: ^1.0.0

Alternatively, your editor might support dart pub get or 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_subscriber/stream_subscriber.dart';
0
likes
120
pub points
14%
popularity

Publisher

verified publisherjamesalex.dev

Observable objects for asynchronously listening for changes to values and collections, with a mixin to easily manage streams on any class.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

More

Packages that depend on stream_subscriber