You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have problems with pagination. I click to change the page and if there is no data on the device, I request it from the database. It is not a problem to click on the top arrows. However, it is very cool to change by dragging the screen. However, I could not find the horizontal listen of the pageController to call a new page (new month) in the database. I ended up using => pageViewPhysics: NeverScrollableScrollPhysics().
How can I capture the horizontal movement of the page turn to make the request to the database?
The text was updated successfully, but these errors were encountered:
Returns a callback for the end of the pages. Either to the beginning or to the end. The user drags from the last page or the first and receives a callback for the pagination.
Thank you for this excellent work.
I have problems with pagination. I click to change the page and if there is no data on the device, I request it from the database. It is not a problem to click on the top arrows. However, it is very cool to change by dragging the screen. However, I could not find the horizontal listen of the pageController to call a new page (new month) in the database. I ended up using => pageViewPhysics: NeverScrollableScrollPhysics().
How can I capture the horizontal movement of the page turn to make the request to the database?
The text was updated successfully, but these errors were encountered: