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

A custom Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners. StreamD is a wrapper on the default Dart Stream, bu [...]

0.2.1 #

  • "description" update on pubspec.yaml

0.2.0 #

  • Fixes and adjustments
  • closeAll method removed

0.1.0 #

  • Refactoring: the result of listenD(..) is an instance of StreamSubscriptionD, in StreamSubscriptionD you can add onDone listeners with addOnDone(...)
  • README file was updated

0.0.2 #

  • README file was updated

0.0.1 #

  • First release
1
likes
140
points
29
downloads

Publisher

verified publisherwisetap.com

Weekly Downloads

A custom Stream that triggers the onDone event handler even when cancel() is called from a subscription. You can also add multiple onDone listeners. StreamD is a wrapper on the default Dart Stream, but with an additional listenD(..) method.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on stream_d