flexible_wrap 1.0.0 flexible_wrap: ^1.0.0 copied to clipboard
Widget that arranges its children in a flexible wrap layout, allowing them to expand according to available space while maintaining the specified layout properties.
0.0.1 #
- Adds FlexibleWrap widget
0.0.3 #
- Adds spacing to item width
0.0.4 #
- Update builder to return only index instead of index and extra width
1.0.0 #
- Introduced a custom Render Object to enhance the performance of the FlexibleWrap widget.
- Added isOneRowExpanded flag for control over one row behavior