hackware1993 / Flutter_ConstraintLayout

A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n) layout time complexity and no linear equation solving is required.
MIT License
489 stars 36 forks source link

flutter版本为3.13.0时,运行报错 #21

Closed qflbai closed 1 year ago

qflbai commented 1 year ago

未对3.13.0做适配。

hackware1993 commented 1 year ago

明天看看

hackware1993 commented 1 year ago

最新的 v1.7.0-stable 版本已经对 flutter 3.13 做了适配,着急的话可以依赖 GitHub 的版本,pub 暂时没 push 上去。

qflbai commented 1 year ago

作者辛苦,万分感谢。

hackware1993 commented 1 year ago

已 push 到 pub。