easy_layout 4.0.0 copy "easy_layout: ^4.0.0" to clipboard
easy_layout: ^4.0.0 copied to clipboard

A set of widgets that make it easy to create a layout system with a specified spacing between child widgets. Spacings can be inherited by nested widgets.

4.0.0 #

  • Update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0

3.0.0 #

Breaking change:

  • EasyLayoutRow: alignment renamed to mainAxisAlignment, added crossAxisAlignment;
  • EasyLayoutColumn: alignment renamed to crossAxisAlignment, added mainAxisAlignment.

2.0.0 #

  • Added the EasyLayoutDivider widget to set the spaced divider.

2.0.0-nullsafety.0 #

  • Migrate to null safety.

1.0.2 #

  • An alignment property has been added to the EasyLayoutColumn widget, similar to the crossAxisAlignment property in the Column widget.

1.0.1 #

  • An expand property has been added to EasyLayoutRow to control how items are filled in a row.
  • Breaking change: EasyLayoutFlexible.flex is now int instead of double.

1.0.0+1 #

  • EasyLayout now inherits spacing from parent EasyLayout
  • Added EasyLayoutSpacing widget
  • Added EasyLayoutFluid widget

0.1.0 #

  • Initial version
2
likes
130
pub points
45%
popularity

Publisher

verified publisheramazingsoftworks.com

A set of widgets that make it easy to create a layout system with a specified spacing between child widgets. Spacings can be inherited by nested widgets.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

fluid_kit, flutter

More

Packages that depend on easy_layout