Skip to content

Commit fae2081

Browse files
committed
update readme
1 parent 99a475f commit fae2081

File tree

2 files changed

+1083
-1
lines changed

2 files changed

+1083
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Flutter ConstraintLayout
22

3+
[简体中文](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md)
4+
35
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for
46
Android and AutoLayout for iOS.
57

@@ -115,7 +117,8 @@ class NestedHell extends StatelessWidget {
115117
of the undetermined side will be calculated using the determined side based on the aspect
116118
ratio. The undetermined side must be matchConstraint, and the determined side can be
117119
matchParent, fixed size(>=0), matchConstraint)
118-
14. relative id(if an id is defined for a child element, it cannot be referenced using a relative id)
120+
14. relative id(if an id is defined for a child element, it cannot be referenced using a relative
121+
id)
119122
1. rId(3) represents the 3th child element, and so on
120123
2. sId(-1) represents the previous sibling element, and so on
121124
3. sId(1) represents the next sibling element, and so on

0 commit comments

Comments
 (0)