Skip to content

Commit 74b5eeb

Browse files
author
Travis Sheppard
authored
chore: v0 migration/README updates (#3413)
1 parent c2bcf97 commit 74b5eeb

File tree

7 files changed

+51
-24
lines changed

7 files changed

+51
-24
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ We are iterating and looking for feedback and collaboration, so please [**let us
1313
- [Example Application](https://github.com/aws-amplify/amplify-flutter/tree/main/example)
1414
- [Roadmap/Provide Feedback](https://github.com/aws-amplify/amplify-flutter/issues/5)
1515

16-
⚠️ **For breaking changes from the developer preview versions please refer to this [issue](https://github.com/aws-amplify/amplify-flutter/issues/274) for migration details.**
16+
⚠️ **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.**
17+
18+
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.
1719

1820
## Supported Amplify Categories
1921

@@ -55,18 +57,7 @@ We are iterating and looking for feedback and collaboration, so please [**let us
5557

5658
## Category / Platform Support
5759

58-
### Stable Release
59-
60-
| Category | Android | iOS | Web | Windows | MacOS | Linux |
61-
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
62-
| Analytics ||| 🔴 | 🔴 | 🔴 | 🔴 |
63-
| API (REST) ||| 🔴 | 🔴 | 🔴 | 🔴 |
64-
| API (GraphQL) ||| 🔴 | 🔴 | 🔴 | 🔴 |
65-
| Authentication ||| 🔴 | 🔴 | 🔴 | 🔴 |
66-
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
67-
| Storage ||| 🔴 | 🔴 | 🔴 | 🔴 |
68-
69-
### Developer Preview Release
60+
### v1
7061

7162
| Category | Android | iOS | Web | Windows | MacOS | Linux |
7263
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
@@ -77,6 +68,17 @@ We are iterating and looking for feedback and collaboration, so please [**let us
7768
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
7869
| Storage |||||||
7970

71+
### v0
72+
73+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
74+
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
75+
| Analytics ||| 🔴 | 🔴 | 🔴 | 🔴 |
76+
| API (REST) ||| 🔴 | 🔴 | 🔴 | 🔴 |
77+
| API (GraphQL) ||| 🔴 | 🔴 | 🔴 | 🔴 |
78+
| Authentication ||| 🔴 | 🔴 | 🔴 | 🔴 |
79+
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
80+
| Storage ||| 🔴 | 🔴 | 🔴 | 🔴 |
81+
8082
### To Be Implemented
8183

8284
- [ ] Predictions

packages/amplify/amplify_flutter/README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22

33
The top level module for Amplify Flutter.
44

5-
## Category / Platform Support
5+
⚠️ **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.**
66

7-
### Stable Release
7+
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.
88

9-
| Category | Android | iOS | Web | Windows | MacOS | Linux |
10-
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
11-
| Analytics ||| 🔴 | 🔴 | 🔴 | 🔴 |
12-
| API (REST) ||| 🔴 | 🔴 | 🔴 | 🔴 |
13-
| API (GraphQL) ||| 🔴 | 🔴 | 🔴 | 🔴 |
14-
| Authentication ||| 🔴 | 🔴 | 🔴 | 🔴 |
15-
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
16-
| Storage ||| 🔴 | 🔴 | 🔴 | 🔴 |
9+
## Category / Platform Support
1710

18-
### Developer Preview Release
11+
### v1
1912

2013
| Category | Android | iOS | Web | Windows | MacOS | Linux |
2114
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
@@ -26,6 +19,17 @@ The top level module for Amplify Flutter.
2619
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
2720
| Storage |||||||
2821

22+
### v0
23+
24+
| Category | Android | iOS | Web | Windows | MacOS | Linux |
25+
| -------------- | :-----: | :-: | :-: | :-----: | :---: | :---: |
26+
| Analytics ||| 🔴 | 🔴 | 🔴 | 🔴 |
27+
| API (REST) ||| 🔴 | 🔴 | 🔴 | 🔴 |
28+
| API (GraphQL) ||| 🔴 | 🔴 | 🔴 | 🔴 |
29+
| Authentication ||| 🔴 | 🔴 | 🔴 | 🔴 |
30+
| DataStore ||| 🔴 | 🔴 | 🔴 | 🔴 |
31+
| Storage ||| 🔴 | 🔴 | 🔴 | 🔴 |
32+
2933
## Getting Started
3034

3135
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

packages/amplify_datastore/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Default plugin for the Amplify Flutter DataStore category
44

5+
⚠️ **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.**
6+
7+
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.
8+
59
## Getting Started
610

711
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

packages/analytics/amplify_analytics_pinpoint/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
44

5+
⚠️ **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.**
6+
7+
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.
8+
59
## Getting Started
610

711
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

packages/api/amplify_api/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The Amplify Flutter API category plugin.
66

77
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.
88

9+
⚠️ **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.**
10+
11+
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.
12+
13+
914
## Changes for version 0.3.0 and above
1015

1116
When creating subscriptions, now, a [`Stream`](https://api.dart.dev/stable/dart-async/Stream-class.html) object will be returned to you. This `Stream` will continue producing events until either the subscription encounters an error, or you cancel the subscription. In the case of [`await for`](https://dart.dev/tutorials/language/streams), this cancellation occurs when breaking out of the loop.

packages/auth/amplify_auth_cognito/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The Amplify Flutter Auth category plugin using the AWS Cognito provider.
44

5+
⚠️ **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.**
6+
7+
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.
8+
59
## Getting Started
610

711
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

packages/storage/amplify_storage_s3/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The Amplify Flutter Storage category plugin using the AWS S3 provider.
44

5+
⚠️ **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.**
6+
7+
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.
8+
59
## Getting Started
610

711
### Visit our [Web Site](https://docs.amplify.aws/) to learn more about AWS Amplify.

0 commit comments

Comments
 (0)