In my app, there is only a single slide at first. The user can drill in to this initial view, and when they do, I create a new slide and set this component's index to the index of the new slide.
So the children of SwipableViews changes dynamically.
When this happens, this component successfully navigates to the new slide, but there is no animation.
In my app, there is only a single slide at first. The user can drill in to this initial view, and when they do, I create a new slide and set this component's index to the index of the new slide.
So the children of SwipableViews changes dynamically.
When this happens, this component successfully navigates to the new slide, but there is no animation.