appwrite_auth_kit 0.10.0 appwrite_auth_kit: ^0.10.0 copied to clipboard
A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features.
[0.10.0] #
- Updated to Appwrite SDK 12.0.0
- BREAKING Updated naming to be consistent
createEmailSession
is nowcreateEmailPasswordSession
- BREAKING Updated naming to be consistent
createPhoneSession
is nowcreatePhoneToken
- BREAKING Updated naming to be consistent
createMagicURLSession
is nowcreateMagicURLToken
- BREAKING Changed argument
provider
ofcreateOAuth2Session
fromString
toOAuthProvider
- BREAKING Removed argument
passwordAgain
ofupdateRecovery
[0.9.0] #
- Updated to Appwrite SDK 11.0.0
[0.8.0] #
- Appwrite 1.3 Support
[0.7.0] #
- Updated to Appwrite SDK 8.2.0
[0.6.0] #
- Updated to Appwrite SDK 8.1.0
- BREAKING Appwrite 1.0 Support
[0.5.0] #
- BREAKING Updated naming to be consistent
FlAppwriteAccountKit
is nowAppwriteAccountKit
- BREAKING Minimum Dart SDK required 2.17 to be consistent with Appwrite
[0.4.0] #
- BREAKING Upgraded to Appwrite Flutter SDK 7.0.0
- More on Appwrite's Flutter SDK Changelog
[0.3.0] #
- Upgrade to support Appwrite 0.15
- More on Appwrite's Flutter SDK Changelog
[0.2.1] #
- Fix export issues
[0.2.0] #
- Upgrade to support Appwrite 0.14
- More on Appwrite's Flutter SDK Changelog
[0.1.0] - 23 April, 2022 #
- First release