Dynamic Height Grid

Pub.dev Badge Flutter Platform Badge

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,
),

License

MIT