File tree Expand file tree Collapse file tree 5 files changed +26
-7
lines changed Expand file tree Collapse file tree 5 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.0.2] - 2019-12-25
2+
3+ * Upgrade Provider package to 4.0.0
4+
15## [ 2.0.1] - 2019-12-21
26
37* fix bug when value is null for multiple choice
Original file line number Diff line number Diff line change @@ -109,6 +109,13 @@ packages:
109109 url: "https://pub.dartlang.org"
110110 source: hosted
111111 version: "1.1.8"
112+ nested:
113+ dependency: transitive
114+ description:
115+ name: nested
116+ url: "https://pub.dartlang.org"
117+ source: hosted
118+ version: "0.0.4"
112119 path:
113120 dependency: transitive
114121 description:
@@ -150,7 +157,7 @@ packages:
150157 name: provider
151158 url: "https://pub.dartlang.org"
152159 source: hosted
153- version: "3.2 .0"
160+ version: "4.0 .0"
154161 quiver:
155162 dependency: transitive
156163 description:
@@ -169,7 +176,7 @@ packages:
169176 path: ".."
170177 relative: true
171178 source: path
172- version: "2.0.1 "
179+ version: "2.0.2 "
173180 source_span:
174181 dependency: transitive
175182 description:
@@ -242,4 +249,4 @@ packages:
242249 version: "3.5.0"
243250sdks:
244251 dart: ">2.4.0 <3.0.0"
245- flutter: ">=1.5.9-pre.94 <2.0.0"
252+ flutter: ">=1.12.1 <2.0.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies:
2222 smart_select :
2323 path : ../
2424 dio : ^3.0.7
25- provider : ^3.2 .0
25+ provider : ^4.0 .0
2626 sticky_headers : ^0.1.8+1
2727 flutter_svg : ^0.15.0
2828
Original file line number Diff line number Diff line change @@ -88,6 +88,13 @@ packages:
8888 url: "https://pub.dartlang.org"
8989 source: hosted
9090 version: "1.1.8"
91+ nested:
92+ dependency: transitive
93+ description:
94+ name: nested
95+ url: "https://pub.dartlang.org"
96+ source: hosted
97+ version: "0.0.4"
9198 path:
9299 dependency: transitive
93100 description:
@@ -115,7 +122,7 @@ packages:
115122 name: provider
116123 url: "https://pub.dartlang.org"
117124 source: hosted
118- version: "3.2 .0"
125+ version: "4.0 .0"
119126 quiver:
120127 dependency: transitive
121128 description:
@@ -200,3 +207,4 @@ packages:
200207 version: "3.5.0"
201208sdks:
202209 dart: ">=2.4.0 <3.0.0"
210+ flutter: ">=1.12.1"
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name: smart_select
22description : Smart select allows you to easily convert your usual form selects into dynamic pages with various choices input.
33author :
Irfan Vigma Taufik<[email protected] > 44homepage : https://github.com/davigmacode/flutter_smart_select
5- version : 2.0.1
5+ version : 2.0.2
66
77environment :
88 sdk : " >=2.1.0 <3.0.0"
99
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- provider : ^3.2 .0
13+ provider : ^4.0 .0
1414 sticky_headers : ^0.1.8+1
1515
1616dev_dependencies :
You can’t perform that action at this time.
0 commit comments