File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.28-beta3
2
+
3
+ optimize self wrapContent calculate.
4
+
1
5
# v0.9.28-beta2
2
6
3
7
fix a self wrapContent bug.
Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ dependencies:
125
125
flutter_constraintlayout :
126
126
git :
127
127
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
128
- ref : ' v0.9.28-beta2 '
128
+ ref : ' v0.9.28-beta3 '
129
129
` ` `
130
130
131
131
` ` ` yaml
132
132
dependencies :
133
- flutter_constraintlayout : ^0.9.28-beta2
133
+ flutter_constraintlayout : ^0.9.28-beta3
134
134
` ` `
135
135
136
136
` ` ` 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.28-beta2
3
+ version : 0.9.28-beta3
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