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.15-stable
2
+
3
+ add more wrapper constraints.
4
+
1
5
# v0.9.14-stable
2
6
3
7
add relative id.
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ dependencies:
81
81
flutter_constraintlayout :
82
82
git :
83
83
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
84
- ref : ' v0.9.14 -stable'
84
+ ref : ' v0.9.15 -stable'
85
85
` ` `
86
86
87
87
` ` ` yaml
88
88
dependencies :
89
- flutter_constraintlayout : ^0.9.14 -stable
89
+ flutter_constraintlayout : ^0.9.15 -stable
90
90
` ` `
91
91
92
92
` ` ` 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.14 -stable
3
+ version : 0.9.15 -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