Dynamic Height Grid
Lazy load grid view with dynamic height for each row
Usage
DynamicGridView(
padding: const EdgeInsets.all(16),
builder: (BuildContext context, int index) {
// item builder
},
itemCount: list.length,
crossAxisCount: 3,
),