axis_layout 1.0.1 axis_layout: ^1.0.1 copied to clipboard
Horizontal (row) and vertical (column) layout with expand and shrink features.
1.0.1 #
- Upgraded
renderObject.parent
object to useRenderObject
instead of the deprecatedAbstractNode
. This ensures compatibility and resolves deprecation Flutter v3.13.0.
1.0.0 #
- Workaround for Flutter's anti-aliasing issue as https://github.com/flutter/flutter/issues/14288
0.3.0 #
- Fill feature replaced by expand feature
0.2.0 #
- Fill
0.1.0 #
- Horizontal and vertical layout
- Shrink weight
- Shrink order
- Main alignment
- Cross alignment
0.0.1 #
- Package creation