Skip to content

Commit b5223eb

Browse files
committed
update readme
1 parent 1a32528 commit b5223eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[简体中文](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md)
44

55
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for
6-
Android and AutoLayout for iOS.
6+
Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n)
7+
layout time complexity and no linear equation solving is required.
78

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

README_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[English](https://github.com/hackware1993/flutter-constraintlayout/blob/master/README.md)
44

5-
一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。
5+
一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。但代码实现却高效得多,它具有 O(n)
6+
的布局时间复杂度,无需线性方程求解。
67

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

0 commit comments

Comments
 (0)