From 650bf4e286d69adfb62ea1fdcc1d5330ce6ffd82 Mon Sep 17 00:00:00 2001 From: Goddchen Date: Thu, 29 Jun 2023 12:59:09 +0200 Subject: [PATCH 1/2] docs: fix typo in StatefulShellRoute.indexedStack(...) docs --- packages/go_router/lib/src/route.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/go_router/lib/src/route.dart b/packages/go_router/lib/src/route.dart index 9d33e886621..f97107ff404 100644 --- a/packages/go_router/lib/src/route.dart +++ b/packages/go_router/lib/src/route.dart @@ -673,7 +673,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) From 6a4d08f6e0f1da8c613d0f17734944f862ae42de Mon Sep 17 00:00:00 2001 From: Goddchen Date: Thu, 29 Jun 2023 21:48:25 +0200 Subject: [PATCH 2/2] chore: update CHANGELOG.md --- packages/go_router/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index bdde3c26186..445597d53d4 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,3 +1,6 @@ +## NEXT +- Fixes a typo in docs for `StatefulShellRoute.indexedStack(...)`. + ## 9.0.0 - **BREAKING CHANGE**: