ResponsiveGrid_Flutter icon indicating copy to clipboard operation
ResponsiveGrid_Flutter copied to clipboard

How to use this with a massive number of items?

Open markg85 opened this issue 1 year ago • 1 comments

Hi,

Say you have a million grid cells, how do you use this package for that usecase? In plain flutter/dart you'd use a ListView.builder to build items on-demand and therefore get snappy responsive list.

This project seems to require pre-build components even though you're using ListView.builder internally (in ResponsiveGridList).

Your advice on how to do that in your wonderful grid package would be greatly appreciated!

It would also answer https://github.com/muhammad369/ResponsiveGrid_Flutter/issues/17 and probably solve https://github.com/muhammad369/ResponsiveGrid_Flutter/issues/22

Cheers, Mark

markg85 avatar Jul 24 '23 21:07 markg85