flex_list 1.2.0
flex_list: ^1.2.0 copied to clipboard
A Flutter layout widget for flexible lists. It behaves as you would expect Expand widgets to behave within a wrap.
1.2.0 #
Updates the example and makes flex_list compatible with Flutter 3.*
1.1.0 #
Make children have the same width when possible.
1.0.1 #
Remove children height enforcement.
1.0.0 #
Add all necassery overrides, as well as examples.
0.0.1 #
Initial FlexList Version. This version does work well, but some RenderBox methods are not
implemented yet (e.g. computeDryLayout
, ...).