flexible_wrap 1.0.5 flexible_wrap: ^1.0.5 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.
1.0.5 #
- Support
runSpacing
parameter - Improve
spacing
usage
1.0.4 #
- Fixed RTL Direction issue
1.0.3 #
- Support RTL Direction
1.0.2 #
- Fixed parent max height issue
1.0.1 #
- Fixed hidden items issue
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
0.0.4 #
- Update builder to return only index instead of index and extra width
0.0.3 #
- Adds spacing to item width
0.0.1 #
- Adds FlexibleWrap widget