mirror of https://github.com/flutter/samples.git
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.
|
|
4 months ago | |
|---|---|---|
| .. | ||
| android | ||
| ios | ||
| lib | 4 months ago | |
| linux | 2 years ago | |
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| README.md | 7 months ago | |
| analysis_options.yaml | ||
| codelab_rebuild.yaml | ||
| pubspec.yaml | 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
- Parsing path parameters (
- Demonstrate how deep linking is configured on iOS and Android
- Demonstrate how to use the Link widget from
package:url_Launcherwith the Router API.