Skip to content

Commit a0d7839

Browse files
committed
release v1.0.6-stable
1 parent d896a1e commit a0d7839

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.0.6-stable
2+
3+
optimize child wrapContent.
4+
15
# v1.0.5-stable
26

37
optimize constraint calculation performance.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ dependencies:
168168
flutter_constraintlayout:
169169
git:
170170
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
171-
ref: 'v1.0.5-stable'
171+
ref: 'v1.0.6-stable'
172172
```
173173
174174
```yaml
175175
dependencies:
176-
flutter_constraintlayout: ^1.0.5-stable
176+
flutter_constraintlayout: ^1.0.6-stable
177177
```
178178
179179
```dart

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ dependencies:
143143
flutter_constraintlayout:
144144
git:
145145
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
146-
ref: 'v1.0.5-stable'
146+
ref: 'v1.0.6-stable'
147147
```
148148
149149
```yaml
150150
dependencies:
151-
flutter_constraintlayout: ^1.0.5-stable
151+
flutter_constraintlayout: ^1.0.6-stable
152152
```
153153
154154
```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.0.5-stable
3+
version: 1.0.6-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)