It seems as though the Flutter Android Navigation API does not support
PageViews natively. There are no clear solutions for how to handle this
online. Instead, I am using the WillPopScope override control, to cause
transitions between pages were applicable. There is
probably a better way to do this.
It seems as though the Flutter Android Navigation API does not support PageViews natively. There are no clear solutions for how to handle this online. Instead, I am using the WillPopScope override control, to cause transitions between pages were applicable. There is probably a better way to do this.