smart_wrap 0.0.7 smart_wrap: ^0.0.7 copied to clipboard
A flexible widget that allows creating rows, columns, and wrap layouts with configurable properties.
Changelog #
[0.0.7] - 2024-11-10 #
- Added SmartExpand.
[0.0.6] - 2024-10-04 #
- Provided more detailed documentation.
[0.0.5] - 2024-10-04 #
- Added LinkedIn profile link.
[0.0.4] - 2024-10-04 #
- New Features: Introduced the ability to customize spacing and alignment options for the
SmartWrap
widget. - Performance Improvements: Optimized rendering performance for better efficiency with large layouts.
- Bug Fixes: Resolved an issue with layout calculations in certain edge cases.
- Enhanced Documentation: Updated examples and added a troubleshooting section to the README.md for common issues.
[0.0.3] - 2024-10-04 #
- Improved README.md formatting to make it more attractive and user-friendly.
- Added a detailed example section for Row, Column, and Wrap layouts.
[0.0.2] - 2024-10-04 #
- Renamed
ParentType
toWrapType
. - Added documentation for parameters and examples in Markdown format.
[0.0.1] - 2024-10-04 #
- Initial release with SmartWrap widget supporting Row, Column, and Wrap layouts.