Skip to content

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

Description

@markg85

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions