File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Navigation and Routing
2
- A sample that shows how to use [ go_router] [ https://pub.dev/packages/go_router ]
2
+ A sample that shows how to use [ go_router] ( https://pub.dev/packages/go_router )
3
3
API to handle common navigation scenarios.
4
4
5
5
## Goals
6
6
- Demonstrate common navigation scenarios:
7
- - Parsing path parameters (' /user/: id ' )
7
+ - Parsing path parameters (` /user/:id ` )
8
8
- Sign in (redirection)
9
9
- Nested navigation using ShellRoute
10
- - Demonstrate how [ deep linking] [ ] is configured on iOS and Android
10
+ - Demonstrate how [ deep linking] ( https://docs.flutter.dev/ui/navigation/deep-linking#get-started ) is configured on iOS and Android
11
11
- Demonstrate how to use the Link widget from ` package:url_Launcher ` with the
12
12
Router API.
You can’t perform that action at this time.
0 commit comments