Skip to content

Commit a172c46

Browse files
Slowhand0309johnpryanchunhtai
authored
[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 <[email protected]> Co-authored-by: John Ryan <[email protected]> Co-authored-by: chunhtai <[email protected]>
1 parent 059222f commit a172c46

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/go_router/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.10
2+
3+
- Fixes link of ShellRoute in README.
4+
15
## 5.1.9
26

37
- Fixes broken links in documentation.

packages/go_router/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GoRouter has a number of features to make navigation straightforward:
1313
application state, for example to a sign-in when the user is not
1414
authenticated
1515
- Support for multiple Navigators via
16-
[ShellRoute](https://pub.dev/documentation/go_router/ShellRoute-class.html) -
16+
[ShellRoute](https://pub.dev/documentation/go_router/latest/go_router/ShellRoute-class.html) -
1717
you can display an inner Navigator that displays its own pages based on the
1818
matched route. For example, to display a BottomNavigationBar that stays
1919
visible at the bottom of the

packages/go_router/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: go_router
22
description: A declarative router for Flutter based on Navigation 2 supporting
33
deep linking, data-driven routes and more
4-
version: 5.1.9
4+
version: 5.1.10
55
repository: https://github.com/flutter/packages/tree/main/packages/go_router
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+go_router%22
77

0 commit comments

Comments
 (0)