Skip to content

Commit

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

optimize self wrapContent calculate.

# v0.9.28-beta2

fix a self wrapContent bug.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ dependencies:
flutter_constraintlayout:
git:
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
ref: 'v0.9.28-beta2'
ref: 'v0.9.28-beta3'
```
```yaml
dependencies:
flutter_constraintlayout: ^0.9.28-beta2
flutter_constraintlayout: ^0.9.28-beta3
```
```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-beta2
version: 0.9.28-beta3
anthor: hackware
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout

Expand Down

0 comments on commit 3ed7586

Please sign in to comment.