Skip to content

Commit da2d038

Browse files
author
fbchen
committed
update readme
1 parent 87f7f0c commit da2d038

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ insult him.
4646
This means that the click area can be shared between child elements without increasing nesting.
4747
Sometimes it may be necessary to combine with z-index)
4848
4. visibility control
49+
1. visible
50+
2. invisible
51+
3. gone
4952
5. constraint integrity hint
5053
6. bias
5154
7. z-index
@@ -57,6 +60,33 @@ insult him.
5760
13. dimension ratio
5861
14. relative id
5962
15. wrapper constraints
63+
1. topLeftTo
64+
2. topCenterTo
65+
3. topRightTo
66+
4. centerLeftTo
67+
5. centerTo
68+
6. centerRightTo
69+
7. bottomLeftTo
70+
8. bottomCenterTo
71+
9. bottomRightTo
72+
10. centerHorizontalTo
73+
11. centerVerticalTo
74+
12. outTopLeftTo
75+
13. outTopCenterTo
76+
14. outTopRightTo
77+
15. outCenterLeftTo
78+
16. outCenterRightTo
79+
17. outBottomLeftTo
80+
18. outBottomCenterTo
81+
19. outBottomRightTo
82+
20. centerTopLeftTo
83+
21. centerTopCenterTo
84+
22. centerTopRightTo
85+
23. centerCenterLeftTo
86+
24. centerCenterRightTo
87+
25. centerBottomLeftTo
88+
26. centerBottomCenterTo
89+
27. centerBottomRightTo
6090
16. staggered grid、grid、list(list is a special staggered grid, grid is also a special staggered
6191
grid)
6292
17. circle position
@@ -100,6 +130,8 @@ import 'package:flutter_constraintlayout/flutter_constraintlayout.dart';
100130

101131
# Example
102132

133+
View [Flutter Web Online Example](https://constraintlayout.flutterfirst.cn)
134+
103135
```dart
104136
import 'package:flutter/material.dart';
105137
import 'package:flutter_constraintlayout/flutter_constraintlayout.dart';

0 commit comments

Comments
 (0)