Flutter navigation

Interesting and very useful:

To prevent animation between routes, call route with:

Navigator.push(
  context,
  PageRouteBuilder(pageBuilder: (_, __, ___) => ProfileRoute()),
)
Created 3y | Jan 3, 2022, 1:17:37 AM


Login to add comment