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

v0.3.0 #

  • listen method is disabled, because it may give an Bad state: Stream has already been listened to. error on a StreamBuilder.

v0.2.1 #

  • "description" update on pubspec.yaml

v0.2.0 #

  • Fixes and adjustments
  • closeAll method removed

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

v0.0.2 #

  • README file was updated

v0.0.1 #

  • First release
0
likes
130
pub points
76%
popularity

Publisher

verified publisherwisetap.com

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 additional listenD method, but StreamD doesn't work as StreamBuilder parameter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stream_d