Skip to content

Commit bcba3ac

Browse files
author
fbchen
committed
add feature desc
1 parent 8cd0912 commit bcba3ac

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Build 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

support.webp

22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)