stream_d 0.2.0 copy "stream_d: ^0.2.0" to clipboard
stream_d: ^0.2.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 [...]

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
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