We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9464cdd commit 8916c7cCopy full SHA for 8916c7c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.27.6 (2022-11-11)
2
+
3
+* `Rx.using`/`UsingStream`: `resourceFactory` can now return a `Future`.
4
+ This allows for asynchronous resource creation.
5
6
+* `Rx.range`/`RangeStream`: ensure `RangeStream` is only listened to once.
7
8
## 0.27.5 (2022-07-16)
9
10
### Bug fixes
pubspec.yaml
@@ -1,5 +1,5 @@
name: rxdart
-version: 0.27.5
+version: 0.27.6
description: >
RxDart is an implementation of the popular reactiveX api for asynchronous
programming, leveraging the native Dart Streams api.
0 commit comments