Skip to content

Commit 554e3d4

Browse files
committed
release v1.6.0-stable
1 parent bbfc471 commit 554e3d4

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.6.0-stable
2+
3+
add open grammar support.
4+
15
# v1.5.2-stable
26

37
remove dead code.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ dependencies:
318318
flutter_constraintlayout:
319319
git:
320320
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
321-
ref: 'v1.5.2-stable'
321+
ref: 'v1.6.0-stable'
322322
```
323323
324324
```yaml
325325
dependencies:
326-
flutter_constraintlayout: ^1.5.2-stable
326+
flutter_constraintlayout: ^1.6.0-stable
327327
```
328328
329329
```dart

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,12 @@ dependencies:
283283
flutter_constraintlayout:
284284
git:
285285
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
286-
ref: 'v1.5.2-stable'
286+
ref: 'v1.6.0-stable'
287287
```
288288
289289
```yaml
290290
dependencies:
291-
flutter_constraintlayout: ^1.5.2-stable
291+
flutter_constraintlayout: ^1.6.0-stable
292292
```
293293
294294
```dart

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

0 commit comments

Comments
 (0)