responsive_gridview 2.0.0
responsive_gridview: ^2.0.0 copied to clipboard
A flexible and responsive GridView for Flutter that adapts to screen sizes, breakpoints, custom column counts, and auto-fit item widths.
2.0.0 #
- Responsive Breakpoints: Added
ResponsiveColumnssupporting named device breakpoints (xs,sm,md,lg,xl), custom pixel width maps, and builder functions. - Auto-Fit Item Widths: Added
minItemWidthandmaxItemWidthparameters to dynamically calculate the optimal number of columns based on container constraints. - Builder Constructor: Added
ResponsiveGridView.builderfor on-demand list rendering. - Aspect Ratio Support: Added
childAspectRatioparameter to enforce uniform item aspect ratios. - Pixel-Perfect Spacing: Completely overhauled layout engine to ensure equal column widths across all rows and exact horizontal/vertical spacing without item edge-padding bugs.
- Modernized Codebase: Refactored package architecture for Dart 3 and latest Flutter SDK standards.
- Full Test Coverage: Added comprehensive unit and widget tests for all layout scenarios.
- Interactive Example App: Rewrote example app into a Material 3 showcase with live playground and responsive simulation tabs.
- Enhanced Documentation: Complete rewrite of README with clear guides, parameter tables, and examples.
1.0.4 #
- Improved documentation and code comments
- Added comprehensive example app
- Enhanced README with detailed usage instructions
- Fixed minor code formatting issues
1.0.3 #
- Added Usage Example
1.0.1 #
- Updated Files
1.0.0 #
- Responsive GridView
- Column Configuration
- Response for Web/App/Desktop