Skip to content

Files

Latest commit

May 9, 2025
03420bc · May 9, 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
May 9, 2025
Feb 16, 2023
Nov 15, 2023
Apr 18, 2025

README.md

Navigation and Routing

A sample that shows how to use 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.