从Android转向Flutter后,受不了没有ConstraintLayout的日子,更反感嵌套地狱,网上的优化方法都治标不治本。于是继2016年开源MagicIndicator(9100+star)以后,我只能再次发力了。https://github.com/hackware1993/Flutter_ConstraintLayout,欢迎试用并给我反馈。FlutterConstraintLayout一个超级强大的Stack,使用约束构建极为灵活的布局,和Android下的ConstraintLayout和iOS下的AutoLayout类似。但代码实现却高效得多,它具有O(n)的布局时间复杂
从Android转向Flutter后,受不了没有ConstraintLayout的日子,更反感嵌套地狱,网上的优化方法都治标不治本。于是继2016年开源MagicIndicator(9100+star)以后,我只能再次发力了。https://github.com/hackware1993/Flutter_ConstraintLayout,欢迎试用并给我反馈。FlutterConstraintLayout一个超级强大的Stack,使用约束构建极为灵活的布局,和Android下的ConstraintLayout和iOS下的AutoLayout类似。但代码实现却高效得多,它具有O(n)的布局时间复杂