auto_layout_frame 0.1.1
auto_layout_frame: ^0.1.1 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.
basic/ #
A minimal, straightforward demonstration of the package API. Use this example to see the simplest setup and typical usage patterns.
advanced_example/ #
An advanced example that applies the package API in an interactive CLI. It demonstrates more complex flows, user interaction, and extended features.