File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.21-stable
2
+
3
+ 1 . enhance grid again.
4
+ 2 . print child depth.
5
+
1
6
# v0.9.20-stable
2
7
3
8
enhance grid.
Original file line number Diff line number Diff line change @@ -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.20 -stable'
86
+ ref : ' v0.9.21 -stable'
87
87
` ` `
88
88
89
89
` ` ` yaml
90
90
dependencies :
91
- flutter_constraintlayout : ^0.9.20 -stable
91
+ flutter_constraintlayout : ^0.9.21 -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.20 -stable
3
+ version : 0.9.21 -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