flutter_constraintlayout 0.9.9-stable flutter_constraintlayout: ^0.9.9-stable copied to clipboard
Build flexible layouts with constraints, Similar to Android ConstraintLayout.
v0.9.9-stable #
optimize code.
v0.9.8-stable #
enhance constraints cache.
v0.9.7-stable #
fix guideline offset.
v0.9.6-stable #
preprocess constraints for performance improve.
v0.9.5-stable #
fix constraints print bug.
v0.9.4-stable #
optimize code.
v0.9.3-stable #
optimize layout performance.
v0.9.2-stable #
fix a bug.
v0.9.1-stable #
fix a bug.
v0.9.0-stable #
support dimension ratio.
v.0.8.9-stable #
support min、max size set.
v.0.8.8-stable #
make parent final.
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