File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 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+
15# v0.9.26-stable
26
37enhance relative id.
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ insult him.
44442 . margin and goneMargin
45453 . 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)
48484 . visibility control
4949 1 . visible
5050 2 . invisible
5151 3 . gone
52525 . constraint integrity hint
53536 . bias
54- 7 . z-index
54+ 7 . z-index(drawing order, default is child index)
55558 . translate
56569 . percentage layout
575710 . guideline
@@ -90,6 +90,7 @@ insult him.
909016 . staggered grid、grid、list(list is a special staggered grid, grid is also a special staggered
9191 grid)
929217 . circle position
93+ 18 . e-index(event dispatch order, default is z-index)
9394
9495Coming 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
123124dependencies :
124- flutter_constraintlayout : ^0.9.26 -stable
125+ flutter_constraintlayout : ^0.9.27 -stable
125126` ` `
126127
127128` ` ` dart
Original file line number Diff line number Diff line change 11name : flutter_constraintlayout
22description : 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
44anthor : hackware
55homepage : https://github.com/hackware1993/Flutter-ConstraintLayout
66
You can’t perform that action at this time.
0 commit comments