Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go_router] docs: fix flutter run command for Stateful Nested Navigation #7158

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/go_router/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An example to demonstrate how to use redirect to handle a synchronous sign-in fl
An example to demonstrate how to use handle a sign-in flow with a stream authentication service.

## [Stateful Nested Navigation](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/stateful_shell_route.dart)
`flutter run lib/stacked_shell_route.dart`
`flutter run lib/stateful_shell_route.dart`

An example to demonstrate how to use a `StatefulShellRoute` to create stateful nested navigation, with a
`BottomNavigationBar`.
Expand All @@ -49,4 +49,4 @@ An example to demonstrate how to use a complex object as extra.
## [Books app](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/books)
`flutter run lib/books/main.dart`

A fully fledged example that showcases various go_router APIs.
A fully fledged example that showcases various go_router APIs.