[go_router] Fix link of ShellRoute in README (#2814)

* Fix link of ShellRoute in README

* Update pubspec and CHANGELOG

* Update packages/go_router/CHANGELOG.md

Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>

Co-authored-by: John Ryan <ryjohn@google.com>
Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com>
This commit is contained in:
Slowhand
2022-11-18 04:04:06 +09:00
committed by GitHub
parent 059222f4e0
commit a172c46f07
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 5.1.10
- Fixes link of ShellRoute in README.
## 5.1.9
- Fixes broken links in documentation.

View File

@ -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

View File

@ -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