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
280 stars 15 forks source link

Feature Request: SuperSliverFixedExtentList #4

Closed DarkHeros09 closed 1 year ago

DarkHeros09 commented 1 year ago

Hi

is it possible to implement this feature?

Thank you.

Great Work btw.

knopp commented 1 year ago

What would be the point of this? The whole reason for SuperSliverList is to have performant list that can have variable extents. For fixed extents SliverFixedExtentList should work just fine with any number of items.

DarkHeros09 commented 1 year ago

alright thanks.