@@ -183,7 +183,7 @@ Follow-up development plan:
1831834 . automatically convert design drafts into code
1841845 . more…
185185
186- Subscribe to my wechat official account to get the latest news of ConstraintLayout. Follow-up will
186+ Subscribe to my WeChat official account to get the latest news of ConstraintLayout. Follow-up will
187187also share some high-quality, unique, and thoughtful Flutter technical articles.
188188![ official_account.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/official_account.webp?raw=true )
189189
@@ -193,15 +193,14 @@ It has the following advantages:
1931931 . Declarative UI writing doubles the efficiency of native development
1941942 . Meets or exceeds the performance of the View system
195195 1 . I ported my Flutter ConstraintLayout to Android, relying on its advanced layout algorithm,
196- without introducing inherent characteristic measurement, so that the child elements in the
197- View tree will only be used in any case. layout once so that arbitrary nesting won't cause
198- performance issues. Even if each level in the View tree is a mix of wrap_content and
199- match_parent
196+ without introducing Intrinsic Measurement, so that the child elements in the View tree will
197+ only be laid out once in any case, making arbitrary nesting does not cause performance
198+ issues. Even if each level in the View tree is a mix of wrap_content and match_parent
200199 2 . xml will be discarded
2012003 . All your existing View system experience will be retained
2022014 . All existing UI components will be reused
203202
204- Subscribe to my WeChat official account to get the latest news of weiV.
203+ Subscribe to my WeChat official account to get the latest news of weiV
205204
206205Support platform:
207206
@@ -1470,7 +1469,7 @@ together.
14701469
1471147014721471
1473- Subscribe to my wechat official account to get the latest news of ConstraintLayout. Follow-up will
1472+ Subscribe to my WeChat official account to get the latest news of ConstraintLayout. Follow-up will
14741473also share some high-quality, unique, and thoughtful Flutter technical articles.
14751474![ official_account.webp] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/official_account.webp?raw=true )
14761475
0 commit comments