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

Horizontal List View #3

Closed DarkHeros09 closed 7 months ago

DarkHeros09 commented 1 year ago

Hi

First of all Thank you for making this package.

is there a way to make a horizontal super sliver list?

knopp commented 1 year ago

SuperSliverList should be axis agnostic. Have you tried specifying horizontal axis direction when creating the CustomScrollView?

DarkHeros09 commented 1 year ago

no i did not, but what if i want to have other slivers with the list to be vertical?

thanks for the fast response by the way.