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+
15## 1.0.0-nullsafety.0 - Jan 23, 2021
26
37- 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
4545```
4646
4747### 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.
4949- ` ValueListenableStream ` always has value (ie. has no error).
Original file line number Diff line number Diff line change 11name : listenable_stream
22description : Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3- version : 1.0.0-nullsafety.0
3+ version : 1.0.0-nullsafety.1
44author :
Petrus Nguyễn Thái Học <[email protected] > 55homepage : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
66repository : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
You can’t perform that action at this time.
0 commit comments