responsive_flex_list 1.0.1
responsive_flex_list: ^1.0.1 copied to clipboard
A Flutter package for creating animated responsive list to grid layouts with masonry support, customizable separators, and full RTL compatibility.
1.0.1 10 Jan 2026 #
- Updated README with clearer usage instructions
- Improved example app to demonstrate correct package usage
1.0.0 09 Jan 2026 #
- Breaking Change: Updated
ItemBuilder<T>signature to use non-nullableT. Users may need to remove null checks or explicit?from their item builder functions. - Feature: Made
ResponsiveConfig.initoptional. The package now falls back toBreakpoints.defaultBreakpointsif not initialized. - Cleanup: Updated example app, tests and documentation to reflect the new, simpler initialization flow.
0.1.0 27 Oct 2025 #
- initial release