Skip to content

Commit de7c75d

Browse files
committed
update readme
1 parent bce4f3c commit de7c75d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ A super powerful Stack, build flexible layouts with constraints. Similar to Cons
66
Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n)
77
layout time complexity and no linear equation solving is required.
88

9+
**It surpasses traditional nested writing in terms of performance, flexibility, development speed,
10+
and maintainability.**
11+
912
**It is a layout and a more modern general layout framework.**
1013

1114
# Greatly improve Flutter development experience and efficiency. Improve application performance

README_CN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。但代码实现却高效得多,它具有 O(n)
66
的布局时间复杂度,无需线性方程求解。
77

8-
它是一个布局,也是一个更现代化的通用布局框架。
8+
**它在性能、灵活性、开发速度、可维护性方面全面超越传统嵌套写法。**
9+
10+
**它是一个布局,也是一个更现代化的通用布局框架。**
911

1012
# 大幅提高 Flutter 的开发体验和效率,并提升应用性能
1113

0 commit comments

Comments
 (0)