EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
623 stars 210 forks source link

Feature request #211

Closed timurnav closed 1 year ago

timurnav commented 2 years ago

Please add support for start index for lists and grid

clragon commented 1 year ago

the underlying implementations of the grid and listviews from flutter do not have such a feature, and therefore this library cant provide it (without adding immense complexity). If you need grids or lists that can jump to certain indexes, you can search pub for the various packages that do this and then use them in combination with this library.