Skip to content

Commit 3f1de52

Browse files
author
fbchen
committed
update readme
1 parent 624908d commit 3f1de52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ flexibility, and a very flat code hierarchy than Flex and Stack. Say no to 'nest
99
Warning:
1010
For layout performance considerations, constraints are always one-way, and there is no two child
1111
elements that directly or indirectly restrain each other. Each constraint should describe exactly
12-
where the child elements are located.
12+
where the child elements are located. Although constraints can only be one-way, you can still better
13+
handle things that were previously (Android ConstraintLayout) two-way constraints, such as chains.
1314

1415
Anyone who sends you a harassing message, you can send him Flutter code and use nested hell to rule
1516
him.

0 commit comments

Comments
 (0)