Skip to content

Commit 91eacbb

Browse files
committed
release v1.1.1-stable
1 parent 64a88a5 commit 91eacbb

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.1-stable
2+
3+
add pinned translate support.
4+
15
# v1.1.0-stable
26

37
fix pinned rotate bug.

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-stable'
175+
ref: 'v1.1.1-stable'
176176
```
177177
178178
```yaml
179179
dependencies:
180-
flutter_constraintlayout: ^1.1.0-stable
180+
flutter_constraintlayout: ^1.1.1-stable
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-stable'
149+
ref: 'v1.1.1-stable'
150150
```
151151
152152
```yaml
153153
dependencies:
154-
flutter_constraintlayout: ^1.1.0-stable
154+
flutter_constraintlayout: ^1.1.1-stable
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-stable
3+
version: 1.1.1-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)