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 0e54c8b commit deae61eCopy full SHA for deae61e
CHANGELOG.md
@@ -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
6
## 0.0.2 - Jan 15, 2021
7
8
- Internal refactor
pubspec.yaml
@@ -1,6 +1,6 @@
name: listenable_stream
description: Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
-version: 1.0.0-nullsafety
+version: 0.1.0-nullsafety.0
author: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
homepage: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
repository: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
0 commit comments