File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 11## 1.2.3
22
3+ - Bump ` rx_dart ` version to ` ^0.22.0 `
4+
5+ ## 1.2.3
6+
37- Bump ` rx_dart ` version to ` ^0.21.0 ` (thanks to ` ccadieux ` !)
48
59## 1.2.2
Original file line number Diff line number Diff line change 11# Generated by pub
2- # See https://www.dartlang.org /tools/pub/glossary#lockfile
2+ # See https://dart.dev /tools/pub/glossary#lockfile
33packages:
44 async:
55 dependency: transitive
66 description:
77 name: async
88 url: "https://pub.dartlang.org"
99 source: hosted
10- version: "2.1 .0"
10+ version: "2.2 .0"
1111 boolean_selector:
1212 dependency: transitive
1313 description:
@@ -66,21 +66,21 @@ packages:
6666 name: pedantic
6767 url: "https://pub.dartlang.org"
6868 source: hosted
69- version: "1.5 .0"
69+ version: "1.7 .0"
7070 quiver:
7171 dependency: transitive
7272 description:
7373 name: quiver
7474 url: "https://pub.dartlang.org"
7575 source: hosted
76- version: "2.0.2 "
76+ version: "2.0.3 "
7777 rxdart:
7878 dependency: "direct main"
7979 description:
8080 name: rxdart
8181 url: "https://pub.dartlang.org"
8282 source: hosted
83- version: "0.21 .0"
83+ version: "0.22 .0"
8484 shared_preferences:
8585 dependency: "direct main"
8686 description:
@@ -134,7 +134,7 @@ packages:
134134 name: test_api
135135 url: "https://pub.dartlang.org"
136136 source: hosted
137- version: "0.2.4 "
137+ version: "0.2.5 "
138138 typed_data:
139139 dependency: transitive
140140 description:
@@ -150,5 +150,5 @@ packages:
150150 source: hosted
151151 version: "2.0.8"
152152sdks:
153- dart: ">=2.2.0 <3.0.0"
153+ dart: ">=2.2.2 <3.0.0"
154154 flutter: ">=0.1.4 <2.0.0"
Original file line number Diff line number Diff line change 11name : hydrated
22description : An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended for use with the BLoC pattern.
3- version : 1.2.3
3+ version : 1.2.4
44author :
Luke Pighetti <[email protected] > 55homepage : https://github.com/lukepighetti/hydrated
66
@@ -11,7 +11,7 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- rxdart : ^0.21 .0
14+ rxdart : ^0.22 .0
1515 shared_preferences : ^0.5.1
1616
1717dev_dependencies :
You can’t perform that action at this time.
0 commit comments