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 11# 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 )
33API to handle common navigation scenarios.
44
55## Goals
66- Demonstrate common navigation scenarios:
7- - Parsing path parameters (' /user/: id ' )
7+ - Parsing path parameters (` /user/:id ` )
88 - Sign in (redirection)
99 - 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
1111- Demonstrate how to use the Link widget from ` package:url_Launcher ` with the
1212 Router API.
You can’t perform that action at this time.
0 commit comments