Skip to content

Commit 3ed7586

Browse files
author
fbchen
committed
release v0.9.28-beta3
1 parent 3cdbd68 commit 3ed7586

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.28-beta3
2+
3+
optimize self wrapContent calculate.
4+
15
# v0.9.28-beta2
26

37
fix a self wrapContent bug.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ dependencies:
125125
flutter_constraintlayout:
126126
git:
127127
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
128-
ref: 'v0.9.28-beta2'
128+
ref: 'v0.9.28-beta3'
129129
```
130130
131131
```yaml
132132
dependencies:
133-
flutter_constraintlayout: ^0.9.28-beta2
133+
flutter_constraintlayout: ^0.9.28-beta3
134134
```
135135
136136
```dart

pubspec.yaml

+1-1
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.28-beta2
3+
version: 0.9.28-beta3
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)