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
Parker Lougheed 90f0584108
Clean up SDK constraints and lints (#2471)
1 year ago
..
android
ios
lib
linux
macos Flutter beta (#1952) 2 years ago
test
web
windows
.gitignore
.metadata
README.md
analysis_options.yaml
codelab_rebuild.yaml
pubspec.yaml Clean up SDK constraints and lints (#2471) 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.