float_column 0.1.2 copy "float_column: ^0.1.2" to clipboard
float_column: ^0.1.2 copied to clipboard

outdated

A Flutter package for building a vertical column of widgets and text with the ability to "float" child widgets to the left or right, similar to the functionality of CSS float and clear properties.

CHANGELOG #

[0.1.2] - May 2, 2021 #

  • Added support for visiting the children (render objects and text renderers) of a RenderFloatColumn, via the visitChildrenOfAnyType function.
  • Added support for getting detailed info about each text renderer child (via the RenderTextMixin), similar to RenderParagraph.
  • Fixed a bug relating to WrappableText and unique keys.

[0.1.1] - May 1, 2021 #

  • Added support for margins and padding to WrappableText and Floatable.

[0.1.0] - April 26, 2021 #

  • Removed debug print statements, added more examples to readme file.

[0.1.0-dev.3] - April 26, 2021 #

  • Fixed a bug where a child widget with a width of zero would cause an exception.

[0.1.0-dev.2] - April 26, 2021 #

  • Fixed a bug where a child widget with an unconstrained width would cause an exception.

[0.1.0-dev.1] - April 25, 2021 #

  • Prerelease version with basic functionality, and probably a lot of bugs.
56
likes
0
pub points
90%
popularity

Publisher

verified publisherronbooth.com

A Flutter package for building a vertical column of widgets and text with the ability to "float" child widgets to the left or right, similar to the functionality of CSS float and clear properties.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on float_column