Skip to content

Commit

Permalink
release v0.9.19-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hackw committed Apr 20, 2022
1 parent b001406 commit e1ecaa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.19-stable

support grid and list.

# v0.9.18-stable

support virtual helper widgets.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ insult him.
13. dimension ratio
14. relative id
15. wrapper constraints
16. grid
16. grid、list(list is a special grid with 1 column)

Coming soon:

Expand All @@ -83,12 +83,12 @@ dependencies:
flutter_constraintlayout:
git:
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
ref: 'v0.9.18-stable'
ref: 'v0.9.19-stable'
```
```yaml
dependencies:
flutter_constraintlayout: ^0.9.18-stable
flutter_constraintlayout: ^0.9.19-stable
```
```dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_constraintlayout
description: A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
version: 0.9.18-stable
version: 0.9.19-stable
anthor: hackware
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout

Expand Down

0 comments on commit e1ecaa1

Please sign in to comment.