File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ # v1.0.5-stable
2+
3+ optimize constraint calculation performance.
4+
15# v1.0.4-stable
26
37shorten package description.
Original file line number Diff line number Diff line change @@ -168,12 +168,12 @@ dependencies:
168168 flutter_constraintlayout :
169169 git :
170170 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
171- ref : ' v1.0.4 -stable'
171+ ref : ' v1.0.5 -stable'
172172` ` `
173173
174174` ` ` yaml
175175dependencies :
176- flutter_constraintlayout : ^1.0.4 -stable
176+ flutter_constraintlayout : ^1.0.5 -stable
177177` ` `
178178
179179` ` ` dart
Original file line number Diff line number Diff line change @@ -143,12 +143,12 @@ dependencies:
143143 flutter_constraintlayout :
144144 git :
145145 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
146- ref : ' v1.0.4 -stable'
146+ ref : ' v1.0.5 -stable'
147147` ` `
148148
149149` ` ` yaml
150150dependencies :
151- flutter_constraintlayout : ^1.0.4 -stable
151+ flutter_constraintlayout : ^1.0.5 -stable
152152` ` `
153153
154154` ` ` dart
Original file line number Diff line number Diff line change 11name : flutter_constraintlayout
22description : A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
3- version : 1.0.4 -stable
3+ version : 1.0.5 -stable
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments