more_than_wrap 0.0.1
more_than_wrap: ^0.0.1 copied to clipboard
A Flutter package that provides a custom Wrap widget with limited number of rows and optional overflow widget display.
0.0.1 #
- Initial release of more_than_wrap package
- Added LimitedWrapWidget with limited row functionality
- Added overflow widget support with builder pattern
- Added custom render objects for efficient layout calculations
- Added spacing and runSpacing configuration options
- Added maxLines parameter for row limitation
- Added overflow notification callback system