auto_layout_frame 0.1.1 copy "auto_layout_frame: ^0.1.1" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_layout_frame

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  auto_layout_frame: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_layout_frame/auto_layout_frame.dart';
2
likes
160
points
65
downloads

Publisher

verified publisherkerberjg.dev

Weekly Downloads

Flutter implementation of Figma's Auto Layout frames with support for alignment, padding, gap, resizing, and overflow behavior.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter

More

Packages that depend on auto_layout_frame