responsive_gridview 2.0.0 copy "responsive_gridview: ^2.0.0" to clipboard
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 ResponsiveColumns supporting named device breakpoints (xs, sm, md, lg, xl), custom pixel width maps, and builder functions.
  • Auto-Fit Item Widths: Added minItemWidth and maxItemWidth parameters to dynamically calculate the optimal number of columns based on container constraints.
  • Builder Constructor: Added ResponsiveGridView.builder for on-demand list rendering.
  • Aspect Ratio Support: Added childAspectRatio parameter 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
11
likes
160
points
200
downloads

Documentation

API reference

Publisher

verified publishertherohitsoni.in

Weekly Downloads

A flexible and responsive GridView for Flutter that adapts to screen sizes, breakpoints, custom column counts, and auto-fit item widths.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on responsive_gridview