Skip to content

Commit 4d9c648

Browse files
committed
release v0.9.21-stable
1 parent 58066df commit 4d9c648

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.9.21-stable
2+
3+
1. enhance grid again.
4+
2. print child depth.
5+
16
# v0.9.20-stable
27

38
enhance grid.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ dependencies:
8383
flutter_constraintlayout:
8484
git:
8585
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
86-
ref: 'v0.9.20-stable'
86+
ref: 'v0.9.21-stable'
8787
```
8888
8989
```yaml
9090
dependencies:
91-
flutter_constraintlayout: ^0.9.20-stable
91+
flutter_constraintlayout: ^0.9.21-stable
9292
```
9393
9494
```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: 0.9.20-stable
3+
version: 0.9.21-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)