Flutter navigation

Interesting and very useful:

To prevent animation between routes, call route with:

Navigator.push(
  context,
  PageRouteBuilder(pageBuilder: (_, __, ___) => ProfileRoute()),
)
Creado 2y | 3 ene. 2022 1:17:37


Inicia sesión para agregar comentarios