stream_d 0.3.0
stream_d: ^0.3.0 copied to clipboard
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, with an add [...]
0.3.0 #
listenmethod is disabled, because it may give anBad state: Stream has already been listened to.error on a StreamBuilder.
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