File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # v1.0.0-stable
2+
3+ simplified id creation.
4+
15# v0.9.33-stable
26
37optimize constraints build.
Original file line number Diff line number Diff line change @@ -188,12 +188,12 @@ dependencies:
188188 flutter_constraintlayout :
189189 git :
190190 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
191- ref : ' v0.9.33 -stable'
191+ ref : ' v1.0.0 -stable'
192192` ` `
193193
194194` ` ` yaml
195195dependencies :
196- flutter_constraintlayout : ^0.9.33 -stable
196+ flutter_constraintlayout : ^1.0.0 -stable
197197` ` `
198198
199199` ` ` dart
Original file line number Diff line number Diff line change @@ -176,12 +176,12 @@ dependencies:
176176 flutter_constraintlayout :
177177 git :
178178 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
179- ref : ' v0.9.33 -stable'
179+ ref : ' v1.0.0 -stable'
180180` ` `
181181
182182` ` ` yaml
183183dependencies :
184- flutter_constraintlayout : ^0.9.33 -stable
184+ flutter_constraintlayout : ^1.0.0 -stable
185185` ` `
186186
187187` ` ` dart
Original file line number Diff line number Diff line change 11name : flutter_constraintlayout
22description : A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
3- version : 0.9.33 -stable
3+ version : 1.0.0 -stable
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments