Skip to content

Commit

Permalink
release v0.9.28-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fbchen committed Apr 28, 2022
1 parent c413a2f commit e312728
Show file tree
Hide file tree
Showing 3 changed files with 16 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.28-beta

fix self wrapContent bugs.

# v0.9.28-alpha2

fix self wrapContent bugs.
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,15 @@ insult him.
grid)
17. circle position
18. e-index(event dispatch order, default is z-index)
19. self wrapContent
19. child size can be set to:
1. fixed size(>=0)
2. matchParent
3. wrapContent(minimum and maximum supported)
4. matchConstraint
20. self size can be set to:
1. fixed size(>=0)
2. matchParent
3. wrapContent(minimum and maximum are temporarily not supported)

Coming soon:

Expand All @@ -117,12 +125,12 @@ dependencies:
flutter_constraintlayout:
git:
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
ref: 'v0.9.28-alpha2'
ref: 'v0.9.28-beta'
```
```yaml
dependencies:
flutter_constraintlayout: ^0.9.28-alpha2
flutter_constraintlayout: ^0.9.28-beta
```
```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.28-alpha2
version: 0.9.28-beta
anthor: hackware
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout

Expand Down

0 comments on commit e312728

Please sign in to comment.