File tree 3 files changed +16
-4
lines changed
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
+
1
5
# v0.9.28-alpha2
2
6
3
7
fix self wrapContent bugs.
Original file line number Diff line number Diff line change @@ -91,7 +91,15 @@ insult him.
91
91
grid)
92
92
17 . circle position
93
93
18 . 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)
95
103
96
104
Coming soon:
97
105
@@ -117,12 +125,12 @@ dependencies:
117
125
flutter_constraintlayout :
118
126
git :
119
127
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120
- ref : ' v0.9.28-alpha2 '
128
+ ref : ' v0.9.28-beta '
121
129
` ` `
122
130
123
131
` ` ` yaml
124
132
dependencies :
125
- flutter_constraintlayout : ^0.9.28-alpha2
133
+ flutter_constraintlayout : ^0.9.28-beta
126
134
` ` `
127
135
128
136
` ` ` dart
Original file line number Diff line number Diff line change 1
1
name : flutter_constraintlayout
2
2
description : 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
4
4
anthor : hackware
5
5
homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
6
6
You can’t perform that action at this time.
0 commit comments