flexible_grid_view library

Classes

FlexibleGridView
A flexible grid view widget that allows for dynamic configuration of the number of columns per row. The grid view is implemented as a ListView with a Row containing Flexible children for each row. The number of columns per row is determined by the GridLayoutEnum passed as the axisCount parameter. The children widgets can have different heights.

Enums

GridLayoutEnum
An enum representing the number of elements to be displayed in a single row of a grid layout.