Skip to content

Commit ed93dff

Browse files
author
fbchen
committed
release v0.9.27-stable
1 parent ccd61d5 commit ed93dff

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.9.27-stable
2+
3+
add e-index support.
4+
15
# v0.9.26-stable
26

37
enhance relative id.

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ insult him.
4444
2. margin and goneMargin
4545
3. clickPadding (quickly expand the click area of child elements without changing their actual size.
4646
This means that the click area can be shared between child elements without increasing nesting.
47-
Sometimes it may be necessary to combine with z-index)
47+
Sometimes it may be necessary to combine with e-index)
4848
4. visibility control
4949
1. visible
5050
2. invisible
5151
3. gone
5252
5. constraint integrity hint
5353
6. bias
54-
7. z-index
54+
7. z-index(drawing order, default is child index)
5555
8. translate
5656
9. percentage layout
5757
10. guideline
@@ -90,6 +90,7 @@ insult him.
9090
16. staggered grid、grid、list(list is a special staggered grid, grid is also a special staggered
9191
grid)
9292
17. circle position
93+
18. e-index(event dispatch order, default is z-index)
9394

9495
Coming soon:
9596

@@ -116,12 +117,12 @@ dependencies:
116117
flutter_constraintlayout:
117118
git:
118119
url: 'https://github.com/hackware1993/Flutter-ConstraintLayout.git'
119-
ref: 'v0.9.26-stable'
120+
ref: 'v0.9.27-stable'
120121
```
121122
122123
```yaml
123124
dependencies:
124-
flutter_constraintlayout: ^0.9.26-stable
125+
flutter_constraintlayout: ^0.9.27-stable
125126
```
126127
127128
```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.26-stable
3+
version: 0.9.27-stable
44
anthor: hackware
55
homepage: https://github.com/hackware1993/Flutter-ConstraintLayout
66

0 commit comments

Comments
 (0)