huge_listview icon indicating copy to clipboard operation
huge_listview copied to clipboard

A performant list with any number of items.

Results 5 huge_listview issues
Sort by recently updated
recently updated
newest added

Please expose **ItemPositionsListener** and also add option for **ScrollOffsetController**, **ScrollOffsetListener** from **scrollable_positioned_list** library.

When the page is very long, three pages, four pages or more, after scrolling and then scrolling back to the first page, listener.itemPositions.value is no longer in order, scrollable_positioned_list is...

First of all - thx for the nice package! I have following use case: Similar to you I have a huge list consisting not of a dictionary but names. What...

Hello, Many thanks for such a good widget. Could you please clarify how can I refresh list, for example, with liquid_pull_to_refresh (https://pub.dev/packages/liquid_pull_to_refresh) widget?

Hey again @deakjahn ! While running some tests I realized that `_MaxVelocityPhysics.recommendDeferredLoading` is never being called, making the list view render all the items during a fast-scroll. You can verify...