superlistapp / super_sliver_list

Drop-in replacement for SliverList and ListView that can handle large amount of items with variable extents and reliably jump / animate to any item.
https://superlistapp.github.io/super_sliver_list/
MIT License
277 stars 15 forks source link

not find GridView.builder #57

Closed wanghuasheng closed 3 months ago

knopp commented 4 months ago

Can you be more specific? How is this related to SuperSliverList?

hectorAguero commented 3 months ago

I think more than an issue, is a feature request.

Would be great to have support for GridView and SliverGridView, although the default flutter GridView has other problems also, children width.

knopp commented 3 months ago

I'm not sure what the issues are with the SliverGrid, but the layout there works different IIRC, the items are not sized depending on their contents, so it shouldn't have same performance issues as the SliverList. It's also out of scope for this package.