amplify_flutter_ios
The method channel implementation for amplify_flutter on iOS
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 3 months
Rarely documented
notes for 2 of 18 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
33 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
33 releases · Apr 2022 to Jul 2023Releases
latest 33-
1.0.017 Apr 2023 -
1.0.0-next.811 Apr 2023 pre-release -
1.0.0-next.8+112 Apr 2023 pre-release -
1.0.0-next.722 Mar 2023 pre-release -
1.0.0-next.607 Mar 2023 pre-release -
1.0.0-next.517 Feb 2023 pre-release -
1.0.0-next.430 Jan 2023 pre-release -
1.0.0-next.309 Jan 2023 pre-release -
1.0.0-next.208 Dec 2022 pre-release -
1.0.0-next.116 Nov 2022 pre-release -
1.0.0-next.1+130 Nov 2022 pre-release -
1.0.0-next.002 Aug 2022 pre-releaseRelease notes
Open source →Initial developer preview release for all platforms.
Developer Preview
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is not intended for production usage. Please follow our Web and Desktop support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from
pub.dev. They offer a stable, production-ready experience for Android and iOS. -
1.0.0-next.0+122 Sep 2022 pre-release -
1.0.0-next.0+217 Oct 2022 pre-release -
0.6.1413 Jul 2023Nothing published for this version
-
0.6.1322 Mar 2023Nothing published for this version
-
0.6.1224 Jan 2023Nothing published for this version
-
0.6.1112 Jan 2023Nothing published for this version
-
0.6.1010 Nov 2022Nothing published for this version
-
0.6.912 Oct 2022Nothing published for this version
-
0.6.819 Sep 2022Nothing published for this version
-
0.6.708 Sep 2022Nothing published for this version
-
0.6.616 Aug 2022Nothing published for this version
-
0.6.528 Jul 2022Nothing published for this version
-
0.6.426 Jul 2022Nothing published for this version
-
0.6.4-rc.120 Jul 2022 pre-releaseNothing published for this version
-
0.6.321 Jul 2022Nothing published for this version
-
0.6.214 Jul 2022Nothing published for this version
-
0.6.130 Jun 2022Nothing published for this version
-
0.6.020 Jun 2022Nothing published for this version
-
0.5.124 May 2022Nothing published for this version
-
0.5.017 May 2022Release notes
Open source →Breaking Changes
-
break: adds deleteUser support for Android (#1540)
-
feat(auth): enables custom auth flows (#1444)
-
Auth: Auth API Changes
-
The
Auth.deleteUserAPI is now functional on both Android and iOS platforms. Previsiously, this API would throw an exception on the Android platform. Now, the user will be deleted. -
Custom Auth flows are now available with passwordless logins. To support this change, the password attribute is now optional in the
Auth.signInAPI. While this should not prove breaking in most cases, we are calling it out since it alters a very commonly used API.How to Migrate:
-
Ensure that you are only invoking the
Auth.deleteUserAPI when you want the user to be deleted, and do not rely on library to throw an exception on the Android platform. -
Pass null to the Auth.signIn API only for passwordless login, using Cognito Custom Auth flows.
-
Features
- feat(datastore): Custom Conflict Handler (#1254)
- feat(datastore): emit subscriptionDataProcessed and syncReceived events (#1351)
- feat(datastore): Multi-auth (#1478)
- feat: AWS Signature V4 library (#1456)
Fixes
- fix: support lists for .contains query predicate in observeQuery (#1233)
- fix(auth): Fix FlutterAuthProvider.kt (#1505)
- fix(core): Update QueryPagination page field to default to 0 (#1533)
- fix(authenticator): Fix confirm password validator (#1542)
- fix(aws_signature_v4): Various fixes (#1572)
Chores
- chore(amplify_api): federated plugin (#1410)
- chore(amplify_flutter): migrate amplify_flutter to federated plugin (#1450)
- chore: make example Android Apps runnable with API 32+ (#1474)
- chore(auth): Templatize and update exception comments (#1476)
- chore(ci): Bump Xcode version
- chore: update android compileSdkVersion to 31
- chore: upgrade gradle plugin to 7.1.2
- chore: enable android codebase linter checks
- chore: replace 0.4.2-1 with 0.4.3 due to melos limitation (#1496)
- chore(aws): Bump min SDK version (#1551)
- chore: Lint fixes (#1471)
- chore(authenticator): Fix failing integration tests (#1545)
- chore(aws_signature_v4): Update README (#1559)
- chore(aws_signature_v4): Update user agent header name (#1561)
- chore(aws_common): Crypto-secure UUID (#1573)
- chore: enable dependabot (#1568)
- chore: Flutter 3 fixes (#1580)
-
-
0.4.4-rc.104 Apr 2022 pre-releaseNothing published for this version