Skip to content

Commit 0f42943

Browse files
authored
[go_router] Rephrases readme to better describe the current status (#8403)
1 parent 6554751 commit 0f42943

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/go_router/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 14.6.4
2+
3+
- Rephrases readme.
4+
15
## 14.6.3
26

37
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.

packages/go_router/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The project follows the same priority system as flutter framework.
7272

7373
## Roadmap
7474

75-
This package has entered a maintenance phase. The Flutter team's primary focus will be on
75+
This package is considered feature-complete. The Flutter team's primary focus will be on
7676
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.
77+
planned, we still welcome and encourage community contributions to expand the package's
78+
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.3
4+
version: 14.6.4
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)