Flutter pageview : Find first and last page and swipe directions

I am working on a book app using flutter. I am showing book pages using pageview for every chapter. The problem is when the user swipe left on the last page, I should load the next chapter from the database along with the chapter title. Vice-versa right swipe on the first page for the previous chapter. So how can I find that user in the first page or last page and swiping left or right?

Leave a Comment