File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.22-stable
2
+
3
+ add self size set.
4
+
1
5
# v0.9.21-stable
2
6
3
7
1 . enhance grid again.
Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ dependencies:
84
84
flutter_constraintlayout :
85
85
git :
86
86
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
87
- ref : ' v0.9.21 -stable'
87
+ ref : ' v0.9.22 -stable'
88
88
` ` `
89
89
90
90
` ` ` yaml
91
91
dependencies :
92
- flutter_constraintlayout : ^0.9.21 -stable
92
+ flutter_constraintlayout : ^0.9.22 -stable
93
93
` ` `
94
94
95
95
` ` ` 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.21 -stable
3
+ version : 0.9.22 -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