TatsuUkraine/flutter_sticky_infinite_list

Pagination

Closed this issue · 2 comments

Describe the behavior you'd like to achieve
Hi. Is there a way I can paginate the items? like show 10 items and then show the next 10 once I scroll and reach at the end of first 10 items and so on?
btw, I need to use anchor = 1 and posChildCount = 0 for reverse ordering..

hello.

Like with any other lazy loading - identify how you going to define when you want to fetch the next data set, and each time data was updated, rebuild List with new child count equals to you total data length.

going to close this question due to no activity. Feel free to reopen it or create a new one if you need any help)