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
dependabot[bot] 5ea363687c
Bump url_strategy from 0.2.0 to 0.3.0 in /navigation_and_routing (#2375)
1 year ago
..
android Update Samples for 3.16 (#2085) 2 years ago
ios Update Samples for 3.16 (#2085) 2 years ago
lib Update navigation_and_routing sample to go_router (#2067) 2 years ago
linux Update Samples for 3.16 (#2085) 2 years ago
macos
test
web Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 1 year ago
windows Update Samples for 3.16 (#2085) 2 years ago
.gitignore
.metadata Fixup for failing Beta CI (#2092) 2 years ago
README.md Update navigation_and_routing sample to go_router (#2067) 2 years ago
analysis_options.yaml
codelab_rebuild.yaml Update Samples for 3.16 (#2085) 2 years ago
pubspec.yaml Bump url_strategy from 0.2.0 to 0.3.0 in /navigation_and_routing (#2375) 1 year ago

README.md

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.