From ef04c189915d6dbaad95222482a951447416b799 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla Date: Fri, 6 Mar 2026 11:48:57 +0100 Subject: [PATCH] chore: deprecate --- CHANGELOG.md | 6 ++++++ README.md | 12 ++++++++++++ pubspec.yaml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bea343c..3907c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Discontinued + +This package is discontinued and this repository has been archived. There will +be no further releases or official support from Very Good Ventures. If you need +to continue development, please fork this repository. + # 0.1.0-dev.3 - feat: update very good analysis to 4.0.0 ([#40](https://github.com/VeryGoodOpenSource/r13n/pull/40)) diff --git a/README.md b/README.md index d14239b..a96fb75 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # 🌐 r13n +> **Deprecated:** This repository has been archived and is no longer maintained. +> The `r13n` package has been discontinued on [pub.dev](https://pub.dev/packages/r13n) +> and the `r13n` brick has been discontinued on +> [BrickHub](https://brickhub.dev/bricks/r13n). There will be no further +> updates, bug fixes, or official support from Very Good Ventures. +> +> If you need to continue development, you are welcome to +> [fork this repository](https://github.com/VeryGoodOpenSource/r13n/fork). + [![Very Good Ventures][logo_black]][very_good_ventures_link_light] [![Very Good Ventures][logo_white]][very_good_ventures_link_dark] @@ -131,6 +140,9 @@ Widget build(BuildContext context) { ## Roadmap 🗺 +> **Note:** This roadmap will not be pursued. The package is discontinued and +> this repository is archived. + - [ ] Support asynchronous delegates - [ ] Support regionalization based on IP address - [ ] Provide API's to support sub-regions (for example, states in the U.S.) diff --git a/pubspec.yaml b/pubspec.yaml index de4ba3a..b46c810 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: r13n -description: A package that enables region-specific configurations (regionalization). Built by Very Good Ventures. +description: "[DISCONTINUED] A package that enables region-specific configurations (regionalization). Built by Very Good Ventures." version: 0.1.0-dev.3 homepage: https://github.com/VeryGoodOpenSource/r13n repository: https://github.com/VeryGoodOpenSource/r13n