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.28-alpha
2
+
3
+ add self wrapContent support.
4
+
1
5
# v0.9.27-stable
2
6
3
7
add e-index support.
Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ dependencies:
117
117
flutter_constraintlayout :
118
118
git :
119
119
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120
- ref : ' v0.9.27-stable '
120
+ ref : ' v0.9.28-alpha '
121
121
` ` `
122
122
123
123
` ` ` yaml
124
124
dependencies :
125
- flutter_constraintlayout : ^0.9.27-stable
125
+ flutter_constraintlayout : ^0.9.28-alpha
126
126
` ` `
127
127
128
128
` ` ` 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.27-stable
3
+ version : 0.9.28-alpha
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