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.6-stable
2
+
3
+ optimize child wrapContent.
4
+
1
5
# v1.0.5-stable
2
6
3
7
optimize constraint calculation performance.
Original file line number Diff line number Diff line change @@ -168,12 +168,12 @@ dependencies:
168
168
flutter_constraintlayout :
169
169
git :
170
170
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
171
- ref : ' v1.0.5 -stable'
171
+ ref : ' v1.0.6 -stable'
172
172
` ` `
173
173
174
174
` ` ` yaml
175
175
dependencies :
176
- flutter_constraintlayout : ^1.0.5 -stable
176
+ flutter_constraintlayout : ^1.0.6 -stable
177
177
` ` `
178
178
179
179
` ` ` dart
Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ dependencies:
143
143
flutter_constraintlayout :
144
144
git :
145
145
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
146
- ref : ' v1.0.5 -stable'
146
+ ref : ' v1.0.6 -stable'
147
147
` ` `
148
148
149
149
` ` ` yaml
150
150
dependencies :
151
- flutter_constraintlayout : ^1.0.5 -stable
151
+ flutter_constraintlayout : ^1.0.6 -stable
152
152
` ` `
153
153
154
154
` ` ` 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.5 -stable
3
+ version : 1.0.6 -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