Skip to content
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.