Skip to content

Commit 9b0ead5

Browse files
authored
[go_router] Updates readme to reflect current status (flutter#8374)
1 parent 6294ec1 commit 9b0ead5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/go_router/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 14.6.3
22

3-
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
3+
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
4+
- Updates readme.
45

56
## 14.6.2
67

packages/go_router/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ The project follows the same priority system as flutter framework.
6969
[P3](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc+label%3Ateam-go_router+label%3AP3+)
7070

7171
[Package PRs](https://github.com/flutter/packages/pulls?q=is%3Apr+is%3Aopen+label%3A%22p%3A+go_router%22%2C%22p%3A+go_router_builder%22)
72+
73+
## Roadmap
74+
75+
This package has entered a maintenance phase. The Flutter team's primary focus will be on
76+
addressing bug fixes and ensuring stability. While active feature development is not currently
77+
planned, we welcome and encourage community contributions to expand the package's functionality.

packages/go_router/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 14.6.2
4+
version: 14.6.3
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)