ez_list_view 0.0.4
ez_list_view: ^0.0.4 copied to clipboard
A crash-safe ListView that automatically handles unbounded height constraints in Columns and Rows.
0.0.4 #
- Feat: Full support for
ListView.builderAPI (addedshrinkWrap,scrollDirection,physics, etc.). - Feat: Refined crash detection to respect
shrinkWrap: true. - Tests: Added comprehensive test suite for various layout scenarios.
0.0.3 #
- Docs: Added
FUNDING.ymland updatedpubspec.yamlmetadata. - Docs: Refined
README.mdfor better clarity and SEO. - Example: Restructured example app for better pub.dev compatibility.
0.0.2 #
- Added comprehensive documentation and a public example.
- The widget now also handles unbounded width constraints.
- Improved debug error messages to be more specific.
0.0.1 #
- Initial release of the
ez_list_viewwidget, a defensive version of ListView.builder that prevents crashes from unbounded height constraints.