Skip to content

Commit

Permalink
[go_router] docs: updated link in navigation.md to correct file path …
Browse files Browse the repository at this point in the history
…for push_with_shell_route.dart (flutter#6670)

[go_router] docs: updated link in navigation.md to correct file path for push_with_shell_route.dart
  • Loading branch information
altynbek132 authored and ThangVuNguyenViet committed May 29, 2024
1 parent ad6b246 commit 327bae2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 1 addition & 2 deletions packages/go_router/doc/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 327bae2

Please sign in to comment.