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.17-stable
2
+
3
+ optimize constraints calculate performance.
4
+
1
5
# v0.9.16-stable
2
6
3
7
fix a percentage layout bug.
Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ dependencies:
82
82
flutter_constraintlayout :
83
83
git :
84
84
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
85
- ref : ' v0.9.16 -stable'
85
+ ref : ' v0.9.17 -stable'
86
86
` ` `
87
87
88
88
` ` ` yaml
89
89
dependencies :
90
- flutter_constraintlayout : ^0.9.16 -stable
90
+ flutter_constraintlayout : ^0.9.17 -stable
91
91
` ` `
92
92
93
93
` ` ` 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.16 -stable
3
+ version : 0.9.17 -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