Skip to content

Releases: appwrite/sdk-for-flutter

4.0.1

04 Mar 06:47
Compare
Choose a tag to compare
  • Fix file input param
  • Added service description

4.0.0

04 Mar 06:12
Compare
Choose a tag to compare
  • Support for Appwrite 0.13
  • BREAKING Tags have been renamed to Deployments
  • BREAKING createFile function expects Bucket ID as the first parameter
  • BREAKING createDeployment and createFile functions expect an instance InputFile rather than the instance of MultipartFile
  • BREAKING list<Entity> endpoints now contain a total attribute instead of sum
  • onProgress() callback function for endpoints supporting file uploads
  • Support for synchronous function executions
  • Bug fixes and Improvements

Full Changelog for Appwrite 0.13 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0130

3.0.1

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

3.0.0

04 Jan 13:47
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.1.0

17 Dec 12:16
Compare
Choose a tag to compare
  • Updated flutter_we_auth plugin now supports Flutter web for OAuth2 sessions read more
  • Added linters and updated codebase to match the rules

2.0.3

18 Oct 10:27
Compare
Choose a tag to compare
  • Support for Appwrite 0.11
  • Fix comments on sum attributes

2.0.2

27 Sep 11:54
Compare
Choose a tag to compare
  • Fix realtime not restarting when there was only one subscription and that was closed and reopened

2.0.1

24 Sep 08:16
Compare
Choose a tag to compare
  • Fix realtime close and reconnect working only 1 out of two times due to future returning too early
  • Add dart doc comments to newly added response models

2.0.0

23 Sep 10:17
Compare
Choose a tag to compare
  • BREAKING All services and methods now return proper response objects instead of Response object

1.0.4

22 Sep 13:06
Compare
Choose a tag to compare
  • Fix user agent by using packageName instead of appName