Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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.)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading