File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v1.0.7-stable
2
+
3
+ optimize key set.
4
+
1
5
# v1.0.6-stable
2
6
3
7
optimize child wrapContent.
Original file line number Diff line number Diff line change @@ -171,12 +171,12 @@ dependencies:
171
171
flutter_constraintlayout :
172
172
git :
173
173
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
174
- ref : ' v1.0.6 -stable'
174
+ ref : ' v1.0.7 -stable'
175
175
` ` `
176
176
177
177
` ` ` yaml
178
178
dependencies :
179
- flutter_constraintlayout : ^1.0.6 -stable
179
+ flutter_constraintlayout : ^1.0.7 -stable
180
180
` ` `
181
181
182
182
` ` ` dart
Original file line number Diff line number Diff line change @@ -145,12 +145,12 @@ dependencies:
145
145
flutter_constraintlayout :
146
146
git :
147
147
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
148
- ref : ' v1.0.6 -stable'
148
+ ref : ' v1.0.7 -stable'
149
149
` ` `
150
150
151
151
` ` ` yaml
152
152
dependencies :
153
- flutter_constraintlayout : ^1.0.6 -stable
153
+ flutter_constraintlayout : ^1.0.7 -stable
154
154
` ` `
155
155
156
156
` ` ` 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 : 1.0.6 -stable
3
+ version : 1.0.7 -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