Flutter navigation

Interesting and very useful:

To prevent animation between routes, call route with:

Navigator.push(
  context,
  PageRouteBuilder(pageBuilder: (_, __, ___) => ProfileRoute()),
)
Utworzony 3y | 3 sty 2022, 01:17:37


Zaloguj się, aby dodać komentarz