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.0-beta
2
+
3
+ fully support pinned position.
4
+
1
5
# v1.1.0-alpha
2
6
3
7
add pinned position support.
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-alpha '
175
+ ref : ' v1.1.0-beta '
176
176
` ` `
177
177
178
178
` ` ` yaml
179
179
dependencies :
180
- flutter_constraintlayout : ^1.1.0-alpha
180
+ flutter_constraintlayout : ^1.1.0-beta
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-alpha '
149
+ ref : ' v1.1.0-beta '
150
150
` ` `
151
151
152
152
` ` ` yaml
153
153
dependencies :
154
- flutter_constraintlayout : ^1.1.0-alpha
154
+ flutter_constraintlayout : ^1.1.0-beta
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-alpha
3
+ version : 1.1.0-beta
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