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+
15# v0.9.18-stable
26
37support virtual helper widgets.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ insult him.
575713 . dimension ratio
585814 . relative id
595915 . wrapper constraints
60- 16 . grid
60+ 16 . grid、list(list is a special grid with 1 column)
6161
6262Coming soon:
6363
@@ -83,12 +83,12 @@ dependencies:
8383 flutter_constraintlayout :
8484 git :
8585 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
86- ref : ' v0.9.18 -stable'
86+ ref : ' v0.9.19 -stable'
8787` ` `
8888
8989` ` ` yaml
9090dependencies :
91- flutter_constraintlayout : ^0.9.18 -stable
91+ flutter_constraintlayout : ^0.9.19 -stable
9292` ` `
9393
9494` ` ` 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.18 -stable
3+ version : 0.9.19 -stable
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments