Introduction to Navigation and Go Router
  • Course Introduction
  • Introduction to Flutter Go Router
  • Lets add the Go Router Package to the Project
Lets Configure the Go Router
  • Create the Router Class and Adding the Home Navigation
  • How to add Page Navigations
  • Adding Custum Error Pages in Go Router
  • Nested Routes
Passing Data during Navigation with Go Router
  • Passing Data as Extra parameters between pages
  • Passing Data as Path Parameters
  • Named Routes Setup and Usage
  • Passing Data as Query Parameters
Extra features in Go Router
  • Create Redirect Routes with Go Router
  • How the Navigation Stack works?
  • Push and Push Named
Redirect Routes According to User Role
  • Redirect Routes According to User Role