Skip to content

Commit deae61e

Browse files
committed
0.1.0-nullsafety.0
1 parent 0e54c8b commit deae61e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0-nullsafety.0 - Jan 15, 2021
2+
3+
- Migrate this package to null safety.
4+
- Sdk constraints: `>=2.12.0-0 <3.0.0` based on beta release guidelines.
5+
16
## 0.0.2 - Jan 15, 2021
27

38
- Internal refactor

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
3+
version: 0.1.0-nullsafety.0
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)