File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.19-stable
2
+
3
+ support grid and list.
4
+
1
5
# v0.9.18-stable
2
6
3
7
support virtual helper widgets.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ insult him.
57
57
13 . dimension ratio
58
58
14 . relative id
59
59
15 . wrapper constraints
60
- 16 . grid
60
+ 16 . grid、list(list is a special grid with 1 column)
61
61
62
62
Coming soon:
63
63
@@ -83,12 +83,12 @@ dependencies:
83
83
flutter_constraintlayout :
84
84
git :
85
85
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
86
- ref : ' v0.9.18 -stable'
86
+ ref : ' v0.9.19 -stable'
87
87
` ` `
88
88
89
89
` ` ` yaml
90
90
dependencies :
91
- flutter_constraintlayout : ^0.9.18 -stable
91
+ flutter_constraintlayout : ^0.9.19 -stable
92
92
` ` `
93
93
94
94
` ` ` 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.18 -stable
3
+ version : 0.9.19 -stable
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