You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ We are iterating and looking for feedback and collaboration, so please [**let us
10
10
11
11
[Getting Started Guide](https://docs.amplify.aws/start/getting-started/setup/q/integration/flutter)
12
12
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.**
14
14
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.
16
16
17
17
## Supported Amplify Libraries
18
18
@@ -35,7 +35,7 @@ We follow [semantic versioning](https://dart.dev/tools/pub/versioning#semantic-v
35
35
36
36
When Amplify adds a new enumeration entry or sealed class subtype, we will publish a new **minor** version of the library.
37
37
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
39
39
new cases from causing compile warnings or errors.
40
40
41
41
#### Semantic versioning and dependencies update
@@ -44,15 +44,15 @@ We follow [semantic versioning for updating our dependencies](https://semver.org
44
44
45
45
## Category / Platform Support
46
46
47
-
| Category | Android |iOS |Web| Windows | MacOS | Linux |
0 commit comments