auto_layout_frame 0.1.3
auto_layout_frame: ^0.1.3 copied to clipboard
Flutter implementation of Figma's Auto Layout frames with support for alignment, padding, gap, resizing, and overflow behavior.
Examples #
This directory contains runnable examples that showcase how to use the package.
editor/ #
An interactive layout editor that allows you to experiment with the package's features in real-time. You can adjust properties, add/remove children, and see the layout update instantly.
snake_animation/ #
A fun animation that demonstrates AutoLayoutFrame's dynamic capabilities. A snake-shaped container moves around the screen and its children follow, showcasing how the layout adapts to changing positions and sizes.