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 33[ 简体中文] ( https://github.com/hackware1993/flutter-constraintlayout/blob/master/README_CN.md )
44
55A 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments