Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use this with a massive number of items? #34

Open
markg85 opened this issue Jul 24, 2023 · 1 comment
Open

How to use this with a massive number of items? #34

markg85 opened this issue Jul 24, 2023 · 1 comment

Comments

@markg85
Copy link

markg85 commented Jul 24, 2023

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 #17 and probably solve #22

Cheers,
Mark

@danieljiwonkang98
Copy link

Same issue with me, web app crashes when there are lots of items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants