flutter_constraintlayout 0.9.18-stable flutter_constraintlayout: ^0.9.18-stable copied to clipboard
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
v0.9.18-stable #
support virtual helper widgets.
v0.9.17-stable #
optimize constraints calculate performance.
v0.9.16-stable #
fix a percentage layout bug.
v0.9.15-stable #
add more wrapper constraints.
v0.9.14-stable #
add relative id.
v0.9.13-stable #
enhance dimension ratio.
v0.9.12-stable #
optimize constraints calculate.
v0.9.11-stable #
remove cache support.
v0.9.10-stable #
cache sharing.
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