Flutter navigation

Interesting and very useful:

To prevent animation between routes, call route with:

Navigator.push(
  context,
  PageRouteBuilder(pageBuilder: (_, __, ___) => ProfileRoute()),
)
Vytvorené 4y | 3. 1. 2022, 1:17:37


Ak chcete pridať komentár, prihláste sa