File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ 简体中文] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md )
4
4
5
5
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.
7
8
8
9
# Greatly improve Flutter development experience and efficiency. Improve application performance
9
10
Original file line number Diff line number Diff line change 2
2
3
3
[ English] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/README.md )
4
4
5
- 一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。
5
+ 一个超级强大的 Stack,使用约束构建极为灵活的布局,和 Android 下的 ConstraintLayout 和 iOS 下的 AutoLayout 类似。但代码实现却高效得多,它具有 O(n)
6
+ 的布局时间复杂度,无需线性方程求解。
6
7
7
8
# 大幅提高 Flutter 的开发体验和效率,并提升应用性能
8
9
You can’t perform that action at this time.
0 commit comments