I can paginate forward without a problem, but I can’t paginate in the opposite direction.
I have pageview with weeks and want to upload new weeks on user’s scroll
Can anyone suggest, provide a link to the source, please?
When using PageView as a widget you have a property named controller, you can attach a controller and then paginate to any side using nextPage() and previousPage() methods like this:
3
Answers
You can use a
PageController
with a largeinitialPage
, then take care of the offset initemBuilder
When using PageView as a widget you have a property named controller, you can attach a controller and then paginate to any side using nextPage() and previousPage() methods like this: