Skip to content

Commit 8181bbe

Browse files
authored
go_router: docs: fix typo in StatefulShellRoute.indexedStack(...) docs (flutter#4341)
1 parent 4469c5e commit 8181bbe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/go_router/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## NEXT
2+
- Fixes a typo in docs for `StatefulShellRoute.indexedStack(...)`.
3+
14
## 9.0.3
25

36
- Adds helpers for go_router_builder for StatefulShellRoute support

packages/go_router/lib/src/route.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ class StatefulShellRoute extends ShellRouteBase {
757757
///
758758
/// This constructor provides an IndexedStack based implementation for the
759759
/// container ([navigatorContainerBuilder]) used to manage the Widgets
760-
/// representing the branch Navigators. A part from that, this constructor
760+
/// representing the branch Navigators. Apart from that, this constructor
761761
/// works the same way as the default constructor.
762762
///
763763
/// See [Stateful Nested Navigation](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/stacked_shell_route.dart)

0 commit comments

Comments
 (0)