Navigator 2.0 Flutter with authentication example

Demo web app in GIF

Online : https://dleurs.github.io/Flutter-Navigator-2.0-demo-with-Authentication-mecanism/#/

Demo app iPhone in GIF

Graph Flutter Navigator 2.0

Flutter Nav Graph

6 differents scenarios :

  1. Initialisation of the app, when you open the app for the first time
  2. You press autogenerated appBar back button
  3. You press a button inside the app, like Login
  4. In the web browser, you enter an URL
  5. With Android, you press the back button (just like 2.)
  6. In the web browser, you press back (go to previous URL)

Flutter Nav Graph from files

Understanding Flutter Navigator 2.0

Flutter Web to Github Pages