Our app is built on top of Scaffold and to this point we have been able to accommodate most of our routing and navigation requirements using the provided calls
Scaffold
To prevent animations when displaying a route, pass RouteSettings(isInitialRoute: true) to the PageRoute constructor.
RouteSettings(isInitialRoute: true)
PageRoute
See this answer with working example and screen recording.