File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v1.0.1-stable
2
+
3
+ optimize self wrapContent calculate.
4
+
1
5
# v1.0.0-stable
2
6
3
7
simplified id creation.
Original file line number Diff line number Diff line change @@ -188,12 +188,12 @@ dependencies:
188
188
flutter_constraintlayout :
189
189
git :
190
190
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
191
- ref : ' v1.0.0 -stable'
191
+ ref : ' v1.0.1 -stable'
192
192
` ` `
193
193
194
194
` ` ` yaml
195
195
dependencies :
196
- flutter_constraintlayout : ^1.0.0 -stable
196
+ flutter_constraintlayout : ^1.0.1 -stable
197
197
` ` `
198
198
199
199
` ` ` dart
Original file line number Diff line number Diff line change @@ -176,12 +176,12 @@ dependencies:
176
176
flutter_constraintlayout :
177
177
git :
178
178
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
179
- ref : ' v1.0.0 -stable'
179
+ ref : ' v1.0.1 -stable'
180
180
` ` `
181
181
182
182
` ` ` yaml
183
183
dependencies :
184
- flutter_constraintlayout : ^1.0.0 -stable
184
+ flutter_constraintlayout : ^1.0.1 -stable
185
185
` ` `
186
186
187
187
` ` ` 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.0 -stable
3
+ version : 1.0.1 -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