Releases: appwrite/sdk-for-flutter
Releases · appwrite/sdk-for-flutter
20.2.1
20.1.0
What's Changed
- Deprecate
createVerification
method inAccount
service - Add
createEmailVerification
method inAccount
service
Full Changelog: 20.0.0...20.1.0
20.0.0
What's Changed
- feat: Flutter SDK update for version 20.0.0 by @ChiragAgg5k in #274, introduces support of enums in response models.
Full Changelog: 19.1.0...20.0.0
19.1.0
19.0.0
What's Changed
- Rename
CreditCard
enum valueunionChinaPay
tounionPay
- Add time between query support
- Add spatial query support
Full Changelog: 18.0.0...19.0.0
18.0.0
17.1.0
What's Changed
- Add
incrementDocumentAttribute
anddecrementDocumentAttribute
support toDatabases
service - Add
gif
support toImageFormat
enum - Add
sequence
support toDocument
model
Full Changelog: 17.0.2...17.1.0
17.0.2
What's Changed
- Add
gif
support toImageFormat
enum - Fix
convertTo()
method inDocument
andPreferences
models to correctly acceptMap<String, dynamic>
Full Changelog: 17.0.1...17.0.2
17.0.1
What's Changed
- Fix
devKeys
support by conditionally including credentials during requests by @ChiragAgg5k in #254
Full Changelog: 17.0.0...17.0.1
17.0.0
What's Changed
- Update
flutter_web_auth_2
dependency to version 4.1.0 - Update
auth.html
example in README.md to align withflutter_web_auth_2
documentation - Breaking changes:
- Minimum iOS version supported is now 17.4 due to the updated requirements of
flutter_web_auth_2
version 4.1.0
- Minimum iOS version supported is now 17.4 due to the updated requirements of
Full Changelog: 16.1.0...17.0.0