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+
18## 1.1.0 - May 9, 2021
29
310- Update ` rxdart ` to ` 0.27.0 ` .
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ packages:
161161 path: ".."
162162 relative: true
163163 source: path
164- version: "1.1 .0"
164+ version: "2.0 .0"
165165 matcher:
166166 dependency: transitive
167167 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
1818version : 1.0.0+1
1919
2020environment :
21- sdk : ' >=2.12.0 <3.0.0'
21+ sdk : ' >=3.0.0 <4.0.0'
22+ flutter : ' >=3.10.0'
2223
2324dependencies :
2425 listenable_stream :
Original file line number Diff line number Diff line change 11name : listenable_stream
22description : Convert Listenable (e.g. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3- version : 1.1 .0
3+ version : 2.0 .0
44homepage : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
55repository : https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
66issue_tracker : https://github.com/Flutter-Dart-Open-Source/listenable_stream/issues
You can’t perform that action at this time.
0 commit comments