Skip to content

Files

Latest commit

9fef133 · Feb 13, 2025

History

History

navigation_and_routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 15, 2023
Nov 15, 2023
Feb 13, 2025
Nov 15, 2023
Aug 16, 2023
Feb 12, 2025
May 15, 2024
Nov 15, 2023
Feb 13, 2025
Nov 16, 2023
Nov 1, 2023
Feb 16, 2023
Nov 15, 2023
Feb 13, 2025

Navigation and Routing

A sample that shows how to use [go_router][https://pub.dev/packages/go_router] API to handle common navigation scenarios.

Goals

  • Demonstrate common navigation scenarios:
    • Parsing path parameters ('/user/:id')
    • Sign in (redirection)
    • Nested navigation using ShellRoute
  • Demonstrate how [deep linking][] is configured on iOS and Android
  • Demonstrate how to use the Link widget from package:url_Launcher with the Router API.