Skip to content

Commit b7ea346

Browse files
author
fbchen
committed
release v0.9.28-alpha
1 parent bcc19bd commit b7ea346

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.28-alpha
2+
3+
add self wrapContent support.
4+
15
# v0.9.27-stable
26

37
add e-index support.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ dependencies:
117117
flutter_constraintlayout:
118118
git:
119119
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120-
ref: 'v0.9.27-stable'
120+
ref: 'v0.9.28-alpha'
121121
```
122122
123123
```yaml
124124
dependencies:
125-
flutter_constraintlayout: ^0.9.27-stable
125+
flutter_constraintlayout: ^0.9.28-alpha
126126
```
127127
128128
```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.27-stable
3+
version: 0.9.28-alpha
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)