mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 04:37:07 +08:00
go_router: docs: fix typo in StatefulShellRoute.indexedStack(...) docs (#4341)
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user