Flutter navigation

Interesting and very useful:

To prevent animation between routes, call route with:

Navigator.push(
  context,
  PageRouteBuilder(pageBuilder: (_, __, ___) => ProfileRoute()),
)
Établi 3y | 3 janv. 2022 à 01:17:37


Connectez-vous pour ajouter un commentaire