File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Build flexible layouts with constraints, Similar to Android ConstraintLayout.
4
4
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
+
5
17
# Example
6
18
7
19
``` dart
@@ -113,12 +125,12 @@ void main() {
113
125
}
114
126
```
115
127
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 )
117
129
118
130
# Support me
119
131
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 )
122
134
123
135
# License
124
136
You can’t perform that action at this time.
0 commit comments