File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.0-nullsafety.1 - Jan 23, 2021
2
+
3
+ - Fix docs.
4
+
1
5
## 1.0.0-nullsafety.0 - Jan 23, 2021
2
6
3
7
- Bugfixes: cancel ` StreamSubscription ` not remove listener.
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ print(stream.value); // prints 2
45
45
```
46
46
47
47
### Note
48
- - All returned Stream is ** single-subscription ` Stream ` ** (ie. it can only be listened once) and does emits any errors.
48
+ - All returned Stream is ** single-subscription ` Stream ` ** (ie. it can only be listened once) and does not emits any errors.
49
49
- ` ValueListenableStream ` always has value (ie. has no error).
Original file line number Diff line number Diff line change 1
1
name : listenable_stream
2
2
description : Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3
- version : 1.0.0-nullsafety.0
3
+ version : 1.0.0-nullsafety.1
4
4
author : Petrus Nguyễn Thái Học <hoc081098@gmail.com>
5
5
homepage : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
6
6
repository : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
You can’t perform that action at this time.
0 commit comments