TatsuUkraine / flutter_sticky_infinite_list

Multi directional infinite list with Sticky headers for Flutter applications
BSD 2-Clause "Simplified" License
341 stars 31 forks source link

Pagination #43

Closed AkbarBakhshi closed 4 years ago

AkbarBakhshi commented 4 years ago

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..

TatsuUkraine commented 4 years ago

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.

TatsuUkraine commented 4 years ago

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