lazycatlabs / flutter_auth_app

Flutter auth app with TDD Clean Architecture
223 stars 66 forks source link

[FEAT] Implementation Go Router #8

Closed Lzyct closed 2 years ago

Lzyct commented 2 years ago

What it does

How to test

  1. Clone the project
  2. Run flutter run --flavor stg -t lib/main_stg.dart

Screenshot

Automatically direct user to login page if user not login

image

Grouping Router

image

Router in navigation drawer

image

image

image

References