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.1.1-stable
2+
3+ add pinned translate support.
4+
15# v1.1.0-stable
26
37fix pinned rotate bug.
Original file line number Diff line number Diff line change @@ -172,12 +172,12 @@ dependencies:
172172 flutter_constraintlayout :
173173 git :
174174 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
175- ref : ' v1.1.0 -stable'
175+ ref : ' v1.1.1 -stable'
176176` ` `
177177
178178` ` ` yaml
179179dependencies :
180- flutter_constraintlayout : ^1.1.0 -stable
180+ flutter_constraintlayout : ^1.1.1 -stable
181181` ` `
182182
183183` ` ` dart
Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ dependencies:
146146 flutter_constraintlayout :
147147 git :
148148 url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
149- ref : ' v1.1.0 -stable'
149+ ref : ' v1.1.1 -stable'
150150` ` `
151151
152152` ` ` yaml
153153dependencies :
154- flutter_constraintlayout : ^1.1.0 -stable
154+ flutter_constraintlayout : ^1.1.1 -stable
155155` ` `
156156
157157` ` ` 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.1.0 -stable
3+ version : 1.1.1 -stable
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments