Skip to content

Commit 680b62a

Browse files
author
fbchen
committed
release v1.1.0-beta
1 parent 03f82be commit 680b62a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.0-beta
2+
3+
fully support pinned position.
4+
15
# v1.1.0-alpha
26

37
add pinned position support.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-alpha'
175+
ref: 'v1.1.0-beta'
176176
```
177177
178178
```yaml
179179
dependencies:
180-
flutter_constraintlayout: ^1.1.0-alpha
180+
flutter_constraintlayout: ^1.1.0-beta
181181
```
182182
183183
```dart

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-alpha'
149+
ref: 'v1.1.0-beta'
150150
```
151151
152152
```yaml
153153
dependencies:
154-
flutter_constraintlayout: ^1.1.0-alpha
154+
flutter_constraintlayout: ^1.1.0-beta
155155
```
156156
157157
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_constraintlayout
22
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
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)