Detecting a page change on Swipe Container.
I am currently using a swipe container that goes between 3 pages by either swiping or using a next/back button on the bottom corners of the screen to change pages. The page indicators are overlapping with the next/back buttons when I do swiping so I was going to not use the built in page indicators and implement my own. The issue is on my next/back button presses, I change the page index and keep track of it so it is easy to update manually the page indicators but I have no way of detecting a swipe page change to update the page indicators. Is there a way to detect a page change on a swipe container?
