responsive_grid_list
A Flutter plugin to create responsive grid lists using ListView.builder() or SliverList with a SliverChildBuilderDelegate.
1.4.1
9.0K downloads/mo
#3065 most downloaded on pub.dev
hauketoenjes/responsive_grid_list
What this package is like to depend on
Last release 11 months ago
20 Sep 2025
Ships unpredictably
gaps range from 4 weeks to 2.0 years
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
15 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
15 releases · Feb 2021 to Sep 2025Releases
latest 15-
1.4.120 Sep 2025 -
1.4.030 Sep 2023Release notes
Open source →What's Changed
- feat: Update dart version constraints by @hauketoenjes in #19
Full Changelog: v1.3.3...v1.4.0
-
1.3.330 Sep 2023Release notes
Open source →What's Changed
- fix(ReadMe): Duplicate horizontalGridSpacing by @coffeduong in #17
- feat: Bump version, update deps by @hauketoenjes in #18
New Contributors
- @coffeduong made their first contribution in #17
Full Changelog: v1.3.2...v1.3.3
-
1.3.215 Apr 2023Release notes
Open source →What's Changed
- feat: Update dependencies, apply updated linting rules by @hauketoenjes in #16
Full Changelog: v1.3.1...v1.3.2
-
1.3.130 Jan 2023Release notes
Open source →What's Changed
- Fixed a typo in the README example by @willov in #13
- Release 1.3.1 by @hauketoenjes in #14
- add screenshots to pubspec.yaml
- add changes to changelog
- update deps
New Contributors
Full Changelog: v1.3.0...v1.3.1
-
1.3.007 Sep 2022Release notes
Open source →- Add the possibility to pass ListViewBuilderOptions to the ResponsiveGridList widget
- Add the possibility to pass SliverChildBuilderDelegateOptions to the ResponsiveSliverGridList widget
- Deprecate the shrinkWrap property of ResponsiveGridList. Use listViewBuilderOptions.shrinkWrap instead.
- Update dart version constraints to >=2.17.0
- Use very_good_analysis as linter
Release notes
Open source →- Add the possibility to pass
ListViewBuilderOptionsto theResponsiveGridListwidget - Add the possibility to pass
SliverChildBuilderDelegateOptionsto theResponsiveSliverGridListwidget - Deprecate the
shrinkWrapproperty ofResponsiveGridList. UselistViewBuilderOptions.shrinkWrapinstead. - Update dart version constraints to >=2.17.0
- Use very_good_analysis as linter
-
1.2.517 Jul 2022 -
1.2.404 Mar 2022 -
1.2.320 Oct 2021Release notes
Open source →- Add
maxItemsPerRowproperty - Add
ResponsiveGridListBuilderto allow usage with any List / Column.
- Add
-
1.2.214 Oct 2021 -
1.2.109 Aug 2021 -
1.2.012 Apr 2021Release notes
Open source →- Added ability to add spacing around the grid with
horizontalGridMarginandverticalGridMargin - Added ability to customize horizontal and vertical spacing between grid items with
horizontalGridSpacingandverticalGridSpacing
Migrating from version [1.1.0]
- Replace
spacingwithhorizontalGridSpacingandverticalGridSpacing
- Added ability to add spacing around the grid with
-
1.1.008 Mar 2021 -
1.0.111 Feb 2021 -
1.0.011 Feb 2021Release notes
Open source →- Initial Release of responsive_grid_list
ResponsiveGridListandResponsiveSliverGridListare available