You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/navigation_and_routing
Eric Windmill d66d8c49b5
Remove code_sharing and place_tracker, cleanup repo (#2831)
5 days ago
..
android Update Samples for 3.16 (#2085) 2 years ago
ios Update Samples for 3.16 (#2085) 2 years ago
lib Remove code_sharing and place_tracker, cleanup repo (#2831) 5 days ago
linux Remove code_sharing and place_tracker, cleanup repo (#2831) 5 days ago
macos Remove code_sharing and place_tracker, cleanup repo (#2831) 5 days ago
test Flutter 3.29 beta (#2571) 1 year ago
web Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 2 years ago
windows Remove code_sharing and place_tracker, cleanup repo (#2831) 5 days ago
.gitignore Clean up dependencies across packages (#2585) 1 year ago
.metadata Fixup for failing Beta CI (#2092) 2 years ago
README.md Update links Navigation Routing (#2617) 12 months ago
analysis_options.yaml Create `analysis_defaults` package (#1654) 3 years ago
codelab_rebuild.yaml Update Samples for 3.16 (#2085) 2 years ago
pubspec.yaml Remove code_sharing and place_tracker, cleanup repo (#2831) 5 days ago

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.