File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies:
56
56
flutter_constraintlayout :
57
57
git :
58
58
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
59
- ref : ' v0.2-alpha '
59
+ ref : ' v0.2-alpha2 '
60
60
` ` `
61
61
62
62
# Example
@@ -139,7 +139,7 @@ class ExampleState extends State<Example> {
139
139
id : ' box5' ,
140
140
width : 120,
141
141
height : 100,
142
- center : true ,
142
+ center : CL.parent ,
143
143
zIndex : 100,
144
144
translate : Offset(x, y),
145
145
clickPadding : const EdgeInsets.all(30),
@@ -162,7 +162,7 @@ class ExampleState extends State<Example> {
162
162
id : ' box6' ,
163
163
width : 120,
164
164
height : 120,
165
- centerVertical : true ,
165
+ centerVertical : ' box2 ' ,
166
166
verticalBias : 0.8,
167
167
leftToRight : ' box3' ,
168
168
rightToRight : CL.parent,
You can’t perform that action at this time.
0 commit comments