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.5-stable
2
+
3
+ fix constraints print bug.
4
+
1
5
# v0.9.4-stable
2
6
3
7
optimize code.
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ dependencies:
76
76
flutter_constraintlayout :
77
77
git :
78
78
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
79
- ref : ' v0.9.4 -stable'
79
+ ref : ' v0.9.5 -stable'
80
80
` ` `
81
81
82
82
` ` ` yaml
83
83
dependencies :
84
- flutter_constraintlayout : ^0.9.4 -stable
84
+ flutter_constraintlayout : ^0.9.5 -stable
85
85
` ` `
86
86
87
87
` ` ` 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.4 -stable
3
+ version : 0.9.5 -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