0.27.6
https://pub.dev/packages/rxdart/versions/0.27.6
-
Rx.using
/UsingStream
:resourceFactory
can now return aFuture
.
This allows for asynchronous resource creation. -
Rx.range
/RangeStream
: ensureRangeStream
is only listened to once.
What's Changed
- fix(range): make sure
RangeStream
can only be listened to once by @hoc081098 in #690 - fix(range): ensure RangeStream is only listened to once by @hoc081098 in #694
- refactor(Rx.using):
resourceFactory
can return a Future by @hoc081098 in #696 - chore(publish): prepare for v0.27.6 by @hoc081098 in #697
Full Changelog: 0.27.5...0.27.6