Skip to content

Commit 4e6436f

Browse files
author
fbchen
committed
release v0.9.20-stable
1 parent 11dd3e2 commit 4e6436f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.20-stable
2+
3+
enhance grid.
4+
15
# v0.9.19-stable
26

37
support grid and list.

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.19-stable'
86+
ref: 'v0.9.20-stable'
8787
```
8888
8989
```yaml
9090
dependencies:
91-
flutter_constraintlayout: ^0.9.19-stable
91+
flutter_constraintlayout: ^0.9.20-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.19-stable
3+
version: 0.9.20-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)