Skip to content

Commit 9a7b059

Browse files
committed
update readme
1 parent 2dd7f6a commit 9a7b059

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Follow-up development plan:
183183
4. automatically convert design drafts into code
184184
5. 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
187187
also 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:
193193
1. Declarative UI writing doubles the efficiency of native development
194194
2. 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
201200
3. All your existing View system experience will be retained
202201
4. 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

206205
Support platform:
207206

@@ -1470,7 +1469,7 @@ together.
14701469

14711470
14721471

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
14741473
also 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

Comments
 (0)