Skip to content

Commit

Permalink
chore: update maintenance mode callout in readme (#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 authored and Jordan-Nelson committed Jun 27, 2024
1 parent 55867f7 commit c6c61d0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ We are iterating and looking for feedback and collaboration, so please [**let us

[Getting Started Guide](https://docs.amplify.aws/start/getting-started/setup/q/integration/flutter)

⚠️ **Amplify Flutter v0 is now in Maintenance Mode until July 19th, 2024. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v0.**
⚠️ **Amplify Flutter v1 is now in Maintenance Mode until April 30th, 2025. This means that we will continue to include updates to ensure compatibility with backend services and security. No new features will be introduced in v1.**

Please use the latest version (v1) of Amplify Flutter. If you are currently using v0, follow [these instructions](https://docs.amplify.aws/lib/project-setup/upgrade-guide/q/platform/flutter/) to upgrade to v1.
Please use the latest version (v2) of Amplify Flutter. If you are currently using v1, follow [these instructions](https://docs.amplify.aws/lib/project-setup/upgrade-guide/q/platform/flutter/) to upgrade to v2.

## Supported Amplify Libraries

Expand All @@ -35,7 +35,7 @@ We follow [semantic versioning](https://dart.dev/tools/pub/versioning#semantic-v

When Amplify adds a new enumeration entry or sealed class subtype, we will publish a new **minor** version of the library.

Applications that use a `switch` statement to evaluate all members of an enumerated type can add a `default` clause to prevent
Applications that use a `switch` statement to evaluate all members of an enumerated type can add a `default` clause to prevent
new cases from causing compile warnings or errors.

#### Semantic versioning and dependencies update
Expand All @@ -44,15 +44,15 @@ We follow [semantic versioning for updating our dependencies](https://semver.org

## Category / Platform Support

| Category | Android | iOS | Web | Windows | MacOS | Linux |
| -------------- | :-----: | :---: | :---: | :-----: | :---: | :---: |
| Analytics | | | | | | |
| API (REST) | | | | | | |
| API (GraphQL) | | | | | | |
| Authentication | | | | | | |
| DataStore | | | 🔴 | 🔴 | 🔴 | 🔴 |
| Storage | | | | | | |
| Notifications | | | 🔴 | 🔴 | 🔴 | 🔴 |
| Category | Android | iOS | Web | Windows | MacOS | Linux |
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
| Analytics ||| ||||
| API (REST) ||| ||||
| API (GraphQL) ||| ||||
| Authentication ||| ||||
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
| Storage ||| ||||
| Notifications ||| 🔴 | 🔴 | 🔴 | 🔴 |

## Documentation

Expand Down

0 comments on commit c6c61d0

Please sign in to comment.