Skip to content

[go_router] Fix link of ShellRoute in README #2814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.10

- Fixes link of ShellRoute in README.

## 5.1.9

- Fixes broken links in documentation.
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GoRouter has a number of features to make navigation straightforward:
application state, for example to a sign-in when the user is not
authenticated
- Support for multiple Navigators via
[ShellRoute](https://pub.dev/documentation/go_router/ShellRoute-class.html) -
[ShellRoute](https://pub.dev/documentation/go_router/latest/go_router/ShellRoute-class.html) -
you can display an inner Navigator that displays its own pages based on the
matched route. For example, to display a BottomNavigationBar that stays
visible at the bottom of the
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: go_router
description: A declarative router for Flutter based on Navigation 2 supporting
deep linking, data-driven routes and more
version: 5.1.9
version: 5.1.10
repository: https://github.com/flutter/packages/tree/main/packages/go_router
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22

Expand Down