File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.28-alpha2
2+
3+ fix self wrapContent bugs.
4+
15# v0.9.28-alpha
26
37add self wrapContent support.
Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ dependencies:
117117 flutter_constraintlayout :
118118 git :
119119 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120- ref : ' v0.9.28-alpha '
120+ ref : ' v0.9.28-alpha2 '
121121` ` `
122122
123123` ` ` yaml
124124dependencies :
125- flutter_constraintlayout : ^0.9.28-alpha
125+ flutter_constraintlayout : ^0.9.28-alpha2
126126` ` `
127127
128128` ` ` 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.28-alpha
3+ version : 0.9.28-alpha2
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments