Skip to content

Commit c7f429b

Browse files
chore: update maintenance mode callout in readme (#4799)
1 parent 07adc6e commit c7f429b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ We are iterating and looking for feedback and collaboration, so please [**let us
1010

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

13-
⚠️ **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.**
13+
⚠️ **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.**
1414

15-
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.
15+
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.
1616

1717
## Supported Amplify Libraries
1818

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

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

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

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

4545
## Category / Platform Support
4646

47-
| Category | Android | iOS | Web | Windows | MacOS | Linux |
48-
| -------------- | :-----: | :---: | :---: | :-----: | :---: | :---: |
49-
| Analytics | | | | | | |
50-
| API (REST) | | | | | | |
51-
| API (GraphQL) | | | | | | |
52-
| Authentication | | | | | | |
53-
| DataStore | | | 🔴 | 🔴 | 🔴 | 🔴 |
54-
| Storage | | | | | | |
55-
| Notifications | | | 🔴 | 🔴 | 🔴 | 🔴 |
47+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
48+
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
49+
| Analytics ||| ||||
50+
| API (REST) ||| ||||
51+
| API (GraphQL) ||| ||||
52+
| Authentication ||| ||||
53+
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
54+
| Storage ||| ||||
55+
| Notifications ||| 🔴 | 🔴 | 🔴 | 🔴 |
5656

5757
## Documentation
5858

0 commit comments

Comments
 (0)