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.
John Ryan
49eebf8c20
|
1 year ago | |
---|---|---|
.. | ||
android | 1 year ago | |
ios | 1 year ago | |
lib | 1 year ago | |
linux | 2 years ago | |
macos | 1 year ago | |
test | 3 years ago | |
web | 1 year ago | |
windows | 1 year ago | |
.gitignore | 3 years ago | |
.metadata | 1 year ago | |
README.md | 1 year ago | |
analysis_options.yaml | 2 years ago | |
codelab_rebuild.yaml | 2 years ago | |
pubspec.yaml | 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.