Skip to content

Commit d970021

Browse files
committed
release v1.7.0-stable
1 parent 96bc47f commit d970021

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0-stable
2+
3+
adapt flutter 3.13.
4+
15
# v1.6.3-stable
26

37
migrate example.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ dependencies:
325325
flutter_constraintlayout:
326326
git:
327327
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
328-
ref: 'v1.6.3-stable'
328+
ref: 'v1.7.0-stable'
329329
```
330330
331331
```yaml
332332
dependencies:
333-
flutter_constraintlayout: ^1.6.3-stable
333+
flutter_constraintlayout: ^1.7.0-stable
334334
```
335335
336336
```dart

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,12 @@ dependencies:
287287
flutter_constraintlayout:
288288
git:
289289
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
290-
ref: 'v1.6.3-stable'
290+
ref: 'v1.7.0-stable'
291291
```
292292
293293
```yaml
294294
dependencies:
295-
flutter_constraintlayout: ^1.6.3-stable
295+
flutter_constraintlayout: ^1.7.0-stable
296296
```
297297
298298
```dart

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "1.6.3-stable"
63+
version: "1.7.0-stable"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

+1-1
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.6.3-stable
3+
version: 1.7.0-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)