go_router: docs: fix typo in StatefulShellRoute.indexedStack(...) docs (#4341)

This commit is contained in:
Goddchen
2023-07-10 18:37:06 +02:00
committed by GitHub
parent 4469c5e95d
commit 8181bbe361
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## NEXT
- Fixes a typo in docs for `StatefulShellRoute.indexedStack(...)`.
## 9.0.3
- Adds helpers for go_router_builder for StatefulShellRoute support

View File

@ -757,7 +757,7 @@ class StatefulShellRoute extends ShellRouteBase {
///
/// This constructor provides an IndexedStack based implementation for the
/// container ([navigatorContainerBuilder]) used to manage the Widgets
/// representing the branch Navigators. A part from that, this constructor
/// representing the branch Navigators. Apart from that, this constructor
/// works the same way as the default constructor.
///
/// See [Stateful Nested Navigation](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/stacked_shell_route.dart)