Skip to content

Commit fa2f67d

Browse files
author
fbchen
committed
release v1.0.7-stable
1 parent 981ba73 commit fa2f67d

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

37
optimize child wrapContent.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ dependencies:
171171
flutter_constraintlayout:
172172
git:
173173
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
174-
ref: 'v1.0.6-stable'
174+
ref: 'v1.0.7-stable'
175175
```
176176
177177
```yaml
178178
dependencies:
179-
flutter_constraintlayout: ^1.0.6-stable
179+
flutter_constraintlayout: ^1.0.7-stable
180180
```
181181
182182
```dart

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ dependencies:
145145
flutter_constraintlayout:
146146
git:
147147
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
148-
ref: 'v1.0.6-stable'
148+
ref: 'v1.0.7-stable'
149149
```
150150
151151
```yaml
152152
dependencies:
153-
flutter_constraintlayout: ^1.0.6-stable
153+
flutter_constraintlayout: ^1.0.7-stable
154154
```
155155
156156
```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.6-stable
3+
version: 1.0.7-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)