flutter_constraintlayout 0.8.7-stable flutter_constraintlayout: ^0.8.7-stable copied to clipboard
Build flexible layouts with constraints, Similar to Android ConstraintLayout.
v.0.8.7-stable: just update readme.
v0.8.6-stable: The first version published to pub.dev.
The following functions are supported:
- build flexible layouts with constraints
- leftToLeft
- leftToRight
- rightToLeft
- rightToRight
- topToTop
- topToBottom
- bottomToTop
- bottomToBottom
- baselineToTop
- baselineToBottom
- baselineToBaseline
- margin and goneMargin
- clickPadding (quickly expand the click area of child elements without changing their actual size. This means that the click area can be shared between child elements without increasing nesting. Sometimes it may be necessary to combine with z-index)
- visibility control
- constraint integrity hint
- bias
- z-index
- translate
- percentage layout
- guideline
- constraints and widgets separation
- barrier