0.2.3 - Jul 24, 2022
https://pub.dev/packages/rxdart_ext/versions/0.2.3
- Fix: remove
@internal
onStateStream.asBroadcastStateStream
extension method. Stream.toSingleSubscriptionStream()
now returns a newStream
every call
instead of the input stream even if it's a single-subscription Stream.
What's Changed
- test(flatMapBatches): add
forward inner errors
test by @hoc081098 in #64 - prepare for v0.2.3 by @hoc081098 in #65
Full Changelog: 0.2.2...0.2.3