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

how to center constraintGrid with fixed columnCount? #24

Open alirza84 opened 1 year ago

hackware1993 commented 1 year ago

currently not support.