figma_auto_layout 1.1.0 figma_auto_layout: ^1.1.0 copied to clipboard
A replica of Figma's auto layout feature that makes converting Figma designs to code faster and less error prone.
1.1.0 #
- Allow absolute positioned children to be displayed underneath the normal children with the
showOnTop
field.
1.0.0 #
- Update
README.md
. - First stable release.
0.0.2 #
direction
no longer defaults toAxis.vertical
to improve readability.FigmaAutoLayout
can now be an item inchildren
so there's no more need to wrapFigmaAutoLayout
in aFigmaAutoLayoutChild
.
0.0.1 #
- Initial release.