File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
33Build flexible layouts with constraints, Similar to Android ConstraintLayout.
44
5+ # Feature
6+
7+ 1 . build flexible layouts with constraints
8+ 2 . margin and goneMargin
9+ 3 . clickPadding(expand the click area of child elements without changing their actual size)
10+ 4 . visibility control
11+ 5 . constraint integrity hint
12+ 6 . bias
13+
14+ Coming soon:
15+ 1.guideline 2.barrier 3.constraints visualization 4.chain 5.more...
16+
517# Example
618
719``` dart
@@ -113,12 +125,12 @@ void main() {
113125}
114126```
115127
116- ![ example.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/effect.webp )
128+ ![ example.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/effect.webp?raw=true )
117129
118130# Support me
119131
120- If it helps you, consider sponsoring me a cup of milk tea
121- ![ support.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/support.webp )
132+ If it helps you, consider sponsoring me a cup of milk tea.
133+ ![ support.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/support.webp?raw=true )
122134
123135# License
124136
You can’t perform that action at this time.
0 commit comments