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
+
1
5
# v1.1.0-stable
2
6
3
7
fix pinned rotate bug.
Original file line number Diff line number Diff line change @@ -172,12 +172,12 @@ dependencies:
172
172
flutter_constraintlayout :
173
173
git :
174
174
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
175
- ref : ' v1.1.0 -stable'
175
+ ref : ' v1.1.1 -stable'
176
176
` ` `
177
177
178
178
` ` ` yaml
179
179
dependencies :
180
- flutter_constraintlayout : ^1.1.0 -stable
180
+ flutter_constraintlayout : ^1.1.1 -stable
181
181
` ` `
182
182
183
183
` ` ` dart
Original file line number Diff line number Diff line change @@ -146,12 +146,12 @@ dependencies:
146
146
flutter_constraintlayout :
147
147
git :
148
148
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
149
- ref : ' v1.1.0 -stable'
149
+ ref : ' v1.1.1 -stable'
150
150
` ` `
151
151
152
152
` ` ` yaml
153
153
dependencies :
154
- flutter_constraintlayout : ^1.1.0 -stable
154
+ flutter_constraintlayout : ^1.1.1 -stable
155
155
` ` `
156
156
157
157
` ` ` 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 : 1.1.0 -stable
3
+ version : 1.1.1 -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