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.0 - Jan 23, 2021
2
+
3
+ - Bugfixes: cancel ` StreamSubscription ` not remove listener.
4
+
1
5
## 0.1.0-nullsafety.0 - Jan 15, 2021
2
6
3
7
- Migrate this package to null safety.
Original file line number Diff line number Diff line change 3
3
- Convert Flutter's ` Listenable ` (eg. ` ChangeNotifier ` ) to ` Stream ` .
4
4
- Convert Flutter's ` ValueListenable ` (eg. ` ValueNotifier ` ) to ` ValueStream ` (incl. replay and not replay).
5
5
6
- [ ![ Pub Version] ( https://img.shields.io/pub/v/listenable_stream?style=plastic )] ( https://pub.dev/packages/listenable_stream )
6
+ [ ![ Pub Version] ( https://img.shields.io/pub/v/listenable_stream?include_prereleases )] ( https://pub.dev/packages/listenable_stream )
7
7
[ ![ codecov] ( https://codecov.io/gh/Flutter-Dart-Open-Source/listenable_stream/branch/master/graph/badge.svg?token=6eORcR6Web )] ( https://codecov.io/gh/Flutter-Dart-Open-Source/listenable_stream )
8
8
[ ![ Flutter Tests] ( https://github.com/Flutter-Dart-Open-Source/listenable_stream/workflows/Flutter%20Tests/badge.svg )] ( https://github.com/Flutter-Dart-Open-Source/listenable_stream.git )
9
9
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 : 0.1 .0-nullsafety.0
3
+ version : 1.0 .0-nullsafety.0
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