Skip to content

Commit e312728

Browse files
author
fbchen
committed
release v0.9.28-beta
1 parent c413a2f commit e312728

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.28-beta
2+
3+
fix self wrapContent bugs.
4+
15
# v0.9.28-alpha2
26

37
fix self wrapContent bugs.

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,15 @@ insult him.
9191
grid)
9292
17. circle position
9393
18. e-index(event dispatch order, default is z-index)
94-
19. self wrapContent
94+
19. child size can be set to:
95+
1. fixed size(>=0)
96+
2. matchParent
97+
3. wrapContent(minimum and maximum supported)
98+
4. matchConstraint
99+
20. self size can be set to:
100+
1. fixed size(>=0)
101+
2. matchParent
102+
3. wrapContent(minimum and maximum are temporarily not supported)
95103

96104
Coming soon:
97105

@@ -117,12 +125,12 @@ dependencies:
117125
flutter_constraintlayout:
118126
git:
119127
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
120-
ref: 'v0.9.28-alpha2'
128+
ref: 'v0.9.28-beta'
121129
```
122130
123131
```yaml
124132
dependencies:
125-
flutter_constraintlayout: ^0.9.28-alpha2
133+
flutter_constraintlayout: ^0.9.28-beta
126134
```
127135
128136
```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-alpha2
3+
version: 0.9.28-beta
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)