Skip to content

Releases: appwrite/sdk-for-dart

3.0.2

06 Jan 12:35
Compare
Choose a tag to compare
  • fix function model naming issues

3.0.1

05 Jan 15:10
Compare
Choose a tag to compare
  • Export Query Builder

3.0.0

04 Jan 13:48
Compare
Choose a tag to compare
  • Support for Appwrite 0.12
  • BREAKING Updated database service to adapt 0.12 API
  • BREAKING Custom ID support while creating resources
  • View all the changes

2.0.0

17 Dec 12:17
Compare
Choose a tag to compare

What's Changed

  • Upgrades issue templates to use GitHub issue forms ✍️ by @drph4nt0m in #9
  • BREAKING All services and methods now return structured response objects instead of Response object

New Contributors

1.0.2

18 Oct 10:29
Compare
Choose a tag to compare
  • Support for Appwrite 0.11

1.0.1

06 Sep 07:53
Compare
Choose a tag to compare
  • Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)

1.0.0

02 Sep 12:24
6b1c651
Compare
Choose a tag to compare
  • Refactored for better cross platform support
  • Exception implements toString() to get proper error message for unhandled exceptions
  • Breaking Signature for MultipartFile has changed as we have dropped Dio in favor of http package. Here is the new signature for MultipartFile
  • Breaking Signature for Response has changed, now it only exposes the data.

0.7.0

07 Jul 10:16
bddfa8f
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Support for Appwrite 0.9
  • Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'
  • Breaking - changed param name from env to runtime in the Functions API
  • Image Crop Gravity support in image preview service
  • New endpoint in Account getSession to get session by ID
  • New endpoint in the Users API to update user verification status
  • Fix - issues with User-Agent when app name consisted of non-ASCII characters

0.6.3

03 Jun 11:51
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • fix issue with null removal

0.6.2

03 Jun 10:29
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Removed default values, nothing should change in usage as default values are already allocated in server