stream_d 0.1.0 copy "stream_d: ^0.1.0" to clipboard
stream_d: ^0.1.0 copied to clipboard

outdated

Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners and close all subscriptions from the stream. StreamD is based [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stream_d

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

dependencies:
  stream_d: ^0.1.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_d/stream_d.dart';
1
likes
0
points
29
downloads

Publisher

verified publisherwisetap.com

Weekly Downloads

Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners and close all subscriptions from the stream. StreamD is based on the default Dart Stream.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on stream_d