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.13-stable
2
+
3
+ enhance dimension ratio.
4
+
1
5
# v0.9.12-stable
2
6
3
7
optimize constraints calculate.
Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ dependencies:
78
78
flutter_constraintlayout :
79
79
git :
80
80
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
81
- ref : ' v0.9.12 -stable'
81
+ ref : ' v0.9.13 -stable'
82
82
` ` `
83
83
84
84
` ` ` yaml
85
85
dependencies :
86
- flutter_constraintlayout : ^0.9.12 -stable
86
+ flutter_constraintlayout : ^0.9.13 -stable
87
87
` ` `
88
88
89
89
` ` ` dart
Original file line number Diff line number Diff line change 1
1
name : flutter_constraintlayout
2
2
description : Build flexible layouts with constraints, Similar to Android ConstraintLayout.
3
- version : 0.9.12 -stable
3
+ version : 0.9.13 -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