mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 01:33:59 +08:00
[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:
@ -1,3 +1,7 @@
|
||||
## 5.1.10
|
||||
|
||||
- Fixes link of ShellRoute in README.
|
||||
|
||||
## 5.1.9
|
||||
|
||||
- Fixes broken links in documentation.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user