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 2999d738b8
Dart 3.9 / Flutter 3.35 [first LLM release] (#2714)
4 months ago
..
android
ios
lib Dart 3.9 / Flutter 3.35 [first LLM release] (#2714) 4 months ago
linux
macos
test Flutter 3.29 beta (#2571) 10 months ago
web Bump deps and min SDKs, move web apps to new bootstrapping logic (#2292) 2 years ago
windows
.gitignore Clean up dependencies across packages (#2585) 10 months ago
.metadata
README.md Update links Navigation Routing (#2617) 7 months ago
analysis_options.yaml
codelab_rebuild.yaml
pubspec.yaml Dart 3.9 / Flutter 3.35 [first LLM release] (#2714) 4 months 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.