From 9b0ead5e4f0647da3e6a4f7a63e99efbb15945fe Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:31:59 -0800 Subject: [PATCH] [go_router] Updates readme to reflect current status (#8374) --- packages/go_router/CHANGELOG.md | 5 +++-- packages/go_router/README.md | 6 ++++++ packages/go_router/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/go_router/CHANGELOG.md b/packages/go_router/CHANGELOG.md index 9327b97442bb..70a1ad6be63d 100644 --- a/packages/go_router/CHANGELOG.md +++ b/packages/go_router/CHANGELOG.md @@ -1,6 +1,7 @@ -## NEXT +## 14.6.3 -* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. +- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4. +- Updates readme. ## 14.6.2 diff --git a/packages/go_router/README.md b/packages/go_router/README.md index 7d506d0c3463..546f9e6663dc 100644 --- a/packages/go_router/README.md +++ b/packages/go_router/README.md @@ -69,3 +69,9 @@ The project follows the same priority system as flutter framework. [P3](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc+label%3Ateam-go_router+label%3AP3+) [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) + +## Roadmap + +This package has entered a maintenance phase. The Flutter team's primary focus will be on +addressing bug fixes and ensuring stability. While active feature development is not currently +planned, we welcome and encourage community contributions to expand the package's functionality. diff --git a/packages/go_router/pubspec.yaml b/packages/go_router/pubspec.yaml index 1113c4cbea93..f57e3841bb23 100644 --- a/packages/go_router/pubspec.yaml +++ b/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.6.2 +version: 14.6.3 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