stream_d 0.2.1
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
closeAllmethod removed
0.1.0 #
- Refactoring: the result of
listenD(..)is an instance ofStreamSubscriptionD, inStreamSubscriptionDyou can add onDone listeners withaddOnDone(...) - README file was updated
0.0.2 #
- README file was updated
0.0.1 #
- First release