File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ # v0.9.28-beta
2+
3+ fix self wrapContent bugs.
4+
15# v0.9.28-alpha2
26
37fix self wrapContent bugs.
Original file line number Diff line number Diff line change @@ -91,7 +91,15 @@ insult him.
9191 grid)
929217 . circle position
939318 . e-index(event dispatch order, default is z-index)
94- 19 . self wrapContent
94+ 19 . child size can be set to:
95+ 1 . fixed size(>=0)
96+ 2 . matchParent
97+ 3 . wrapContent(minimum and maximum supported)
98+ 4 . matchConstraint
99+ 20 . self size can be set to:
100+ 1 . fixed size(>=0)
101+ 2 . matchParent
102+ 3 . wrapContent(minimum and maximum are temporarily not supported)
95103
96104Coming soon:
97105
@@ -117,12 +125,12 @@ dependencies:
117125 flutter_constraintlayout :
118126 git :
119127 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120- ref : ' v0.9.28-alpha2 '
128+ ref : ' v0.9.28-beta '
121129` ` `
122130
123131` ` ` yaml
124132dependencies :
125- flutter_constraintlayout : ^0.9.28-alpha2
133+ flutter_constraintlayout : ^0.9.28-beta
126134` ` `
127135
128136` ` ` 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-alpha2
3+ version : 0.9.28-beta
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments