marcglasberg / indexed_list_view

Flutter package: Similar to a ListView, but lets you programmatically jump to any item, by index.
BSD 2-Clause "Simplified" License
251 stars 21 forks source link

does it work with SliverList? #9

Closed oseiasmribeiro closed 5 years ago

oseiasmribeiro commented 5 years ago

I have a list of items (paragraphs in a book) that have different sizes because of the text. I need to do a JumpToIndex, but I need to do this with SliverList because of the Impremented Header. I tried to implement, but JumpToIndex (37) always goes to the beginning of the scroll. Sorry for my lack of knowledge.