Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #419 from comigor/end-of-life
Browse files Browse the repository at this point in the history
Add discontinuation notice
  • Loading branch information
comigor authored Oct 6, 2023
2 parents 0301b81 + 810e275 commit 96c6a04
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 7.13.0-beta.3

- Add discontinuation notice

## 7.13.0-beta.2

- readme fix
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
<h1><b>Artemis</b></h1>
</p>

**Build dart types from GraphQL schemas and queries**
<!-- **Build dart types from GraphQL schemas and queries** -->

## Notice

Artemis has been [discontinued](https://github.com/gql-dart/ferry/issues/541).

For alternatives, take a look at the [Ferry](https://pub.dev/packages/ferry) project, featuring code generation for data types, customizable network layer (using `gql_link`), cache, data store connections, refetching + pagination support and more.

Also check out [graphql](https://pub.dev/packages/graphql), with features closely matching the current Artemis state: fully-featured client (for Dart and Flutter) with persistence, type generation (with [graphql_codegen](https://pub.dev/packages/graphql_codegen)), cache, and more.

Users and community are also invited to join the [GraphQL Dart](https://discord.gg/Pu8AMajSd) Discord to discuss migration approaches and ask for support.

Thanks to all contributors and users that made this project possible.

<details>
<summary>To check out the old README, click here.</summary>

<!-- Badges -->
[![View at pub.dev][pub-badge]][pub-link]
Expand Down Expand Up @@ -209,3 +224,5 @@ final response = await client.execute(gitHubReposQuery);
You can create `ArtemisClient` from any `Link` using `ArtemisClient.fromLink`.

Check the [examples](./example) to see how to use it in details.

</details>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: artemis
version: 7.13.0-beta.2
version: 7.13.0-beta.3

description: Build dart types from GraphQL schemas and queries (using Introspection Query).
homepage: https://github.com/comigor/artemis
Expand Down

0 comments on commit 96c6a04

Please sign in to comment.