From 327bae234ff4a100f21ae5351cc8cf4c75790340 Mon Sep 17 00:00:00 2001 From: Altynbek Aidarbekov <48729942+altynbek132@users.noreply.github.com> Date: Tue, 28 May 2024 22:29:34 +0500 Subject: [PATCH] [go_router] docs: updated link in navigation.md to correct file path for push_with_shell_route.dart (#6670) [go_router] docs: updated link in navigation.md to correct file path for push_with_shell_route.dart --- packages/go_router/CHANGELOG.md | 6 +++++- packages/go_router/doc/navigation.md | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index 26a426a56872..5e2bac6cee03 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,8 +1,12 @@ -## 14.1.4 +## 14.1.5 - Adds `GoRouter.goRelative` - Adds `TypedRelativeGoRoute` +## 14.1.4 + +- Fixes a URL in `navigation.md`. + ## 14.1.3 - Improves the logging of routes when `debugLogDiagnostics` is enabled or `debugKnownRoutes() is called. Explains the position of shell routes in the route tree. Prints the widget name of the routes it is building. diff --git a/packages/go_router/doc/navigation.md b/packages/go_router/doc/navigation.md index 74bc86631ca9..af7d1b3bb1ae 100644 --- a/packages/go_router/doc/navigation.md +++ b/packages/go_router/doc/navigation.md @@ -86,8 +86,7 @@ screen along with the shell is placed entirely on top of the current screen. ![An animation shows pushing a new screen with the different shell as current screen](https://flutter.github.io/assets-for-api-docs/assets/go_router/push_different_shell.gif) To try out the behavior yourself, see -[push_with_shell_route.dart](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/extra_codec.dart). - +[push_with_shell_route.dart](https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/push_with_shell_route.dart). ## Returning values Waiting for a value to be returned: