You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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 (inResponsiveGridList
).Your advice on how to do that in your wonderful grid package would be greatly appreciated!
It would also answer #17 and probably solve #22
Cheers,
Mark
The text was updated successfully, but these errors were encountered: