float_column 0.1.0
float_column: ^0.1.0 copied to clipboard
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.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.