| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.27.6 source code.tar.gz | 2022-11-11 | 1.0 MB | |
| 0.27.6 source code.zip | 2022-11-11 | 1.2 MB | |
| README.md | 2022-11-11 | 845 Bytes | |
| Totals: 3 Items | 2.2 MB | 0 | |
https://pub.dev/packages/rxdart/versions/0.27.6
-
Rx.using/UsingStream:resourceFactorycan now return aFuture. This allows for asynchronous resource creation. -
Rx.range/RangeStream: ensureRangeStreamis only listened to once.
What's Changed
- fix(range): make sure
RangeStreamcan only be listened to once by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/690 - fix(range): ensure RangeStream is only listened to once by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/694
- refactor(Rx.using):
resourceFactorycan return a Future by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/696 - chore(publish): prepare for v0.27.6 by @hoc081098 in https://github.com/ReactiveX/rxdart/pull/697
Full Changelog: https://github.com/ReactiveX/rxdart/compare/0.27.5...0.27.6