File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v0.9.27-stable
2
+
3
+ add e-index support.
4
+
1
5
# v0.9.26-stable
2
6
3
7
enhance relative id.
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ insult him.
44
44
2 . margin and goneMargin
45
45
3 . clickPadding (quickly expand the click area of child elements without changing their actual size.
46
46
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)
48
48
4 . visibility control
49
49
1 . visible
50
50
2 . invisible
51
51
3 . gone
52
52
5 . constraint integrity hint
53
53
6 . bias
54
- 7 . z-index
54
+ 7 . z-index(drawing order, default is child index)
55
55
8 . translate
56
56
9 . percentage layout
57
57
10 . guideline
@@ -90,6 +90,7 @@ insult him.
90
90
16 . staggered grid、grid、list(list is a special staggered grid, grid is also a special staggered
91
91
grid)
92
92
17 . circle position
93
+ 18 . e-index(event dispatch order, default is z-index)
93
94
94
95
Coming soon:
95
96
@@ -116,12 +117,12 @@ dependencies:
116
117
flutter_constraintlayout :
117
118
git :
118
119
url : ' https://github.com/hackware1993/Flutter-ConstraintLayout.git'
119
- ref : ' v0.9.26 -stable'
120
+ ref : ' v0.9.27 -stable'
120
121
` ` `
121
122
122
123
` ` ` yaml
123
124
dependencies :
124
- flutter_constraintlayout : ^0.9.26 -stable
125
+ flutter_constraintlayout : ^0.9.27 -stable
125
126
` ` `
126
127
127
128
` ` ` dart
Original file line number Diff line number Diff line change 1
1
name : flutter_constraintlayout
2
2
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
4
4
anthor : hackware
5
5
homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
6
6
You can’t perform that action at this time.
0 commit comments