We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca1454 commit 975128bCopy full SHA for 975128b
packages/go_router/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 14.2.1
2
+- Allows going to a path relatively by prefixing `./`
3
+- Adds `TypedRelativeGoRoute`
4
+
5
## 14.2.0
6
7
- Added proper `redirect` handling for `ShellRoute.$route` and `StatefulShellRoute.$route` for proper redirection handling in case of code generation.
packages/go_router/pubspec.yaml
@@ -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: 14.2.0
+version: 14.2.1
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
0 commit comments