File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.0.0 - Jun 20, 2024
2
+
3
+ - Update dependencies:
4
+ - ` rxdart ` to ` ^0.28.0 ` .
5
+ - Change Flutter constraint to ` '>=3.10.0' ` (requires ` Flutter 3.10 ` or later).
6
+ - Change Dart SDK constraint to ` '>=3.0.0 <4.0.0' ` (requires ` Dart 3.0 ` or later).
7
+
1
8
## 1.1.0 - May 9, 2021
2
9
3
10
- Update ` rxdart ` to ` 0.27.0 ` .
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ packages:
161
161
path: ".."
162
162
relative: true
163
163
source: path
164
- version: "1.1 .0"
164
+ version: "2.0 .0"
165
165
matcher:
166
166
dependency: transitive
167
167
description:
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
18
18
version : 1.0.0+1
19
19
20
20
environment :
21
- sdk : ' >=2.12.0 <3.0.0'
21
+ sdk : ' >=3.0.0 <4.0.0'
22
+ flutter : ' >=3.10.0'
22
23
23
24
dependencies :
24
25
listenable_stream :
Original file line number Diff line number Diff line change 1
1
name : listenable_stream
2
2
description : Convert Listenable (e.g. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3
- version : 1.1 .0
3
+ version : 2.0 .0
4
4
homepage : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
5
5
repository : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
6
6
issue_tracker : https://github.com/Flutter-Dart-Open-Source/listenable_stream/issues
You can’t perform that action at this time.
0 commit comments