Skip to content

Commit dac6f6c

Browse files
committed
1.0.0-nullsafety.1
1 parent 14bd21d commit dac6f6c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: listenable_stream
22
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
44
author: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
55
homepage: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
66
repository: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git

0 commit comments

Comments
 (0)