responsive_grid_list library

Library for creating responsive grid lists.

Classes

AbstractResponsiveGridList
Abstract class providing the method getResponsiveGridListItems to calculate the most fitting items in row with horizontalGridSpacing, verticalGridSpacing and minItemWidth.
ListViewBuilderOptions
Object that exposes all available options for a ListView.builder.
ResponsiveGridList
An AbstractResponsiveGridList returning the grid inside a ListView.builder()
ResponsiveGridListBuilder
An AbstractResponsiveGridList returning the grid items as list of Widgets in a builder function. This allows for use in any kind of List or Column.
ResponsiveGridRow
Creates a row of rowItems length size with a width of itemWidth and spacing in between them.
ResponsiveSliverGridList
An AbstractResponsiveGridList returning the grid inside a SliverList with a SliverChildBuilderDelegate
SliverChildBuilderDelegateOptions
Object that exposes all available options for a SliverChildBuilderDelegate.