Skip to content

Releases: appwrite/sdk-for-flutter

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

1.0.3

22 Sep 11:14
Compare
Choose a tag to compare
  • Upgrade flutter_web_auth to 0.3.1

1.0.2

06 Sep 09:37
Compare
Choose a tag to compare
  • Fix timestamp in Realtime Response to Integer

1.0.1

06 Sep 07:52
Compare
Choose a tag to compare
  • Fix null pointer exception while creating OAuth2 session
  • Export RealtimeMessage
  • Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)

1.0.0

02 Sep 13:41
7430660
Compare
Choose a tag to compare
  • Support for Appwrite 0.10
  • Refactored for better cross platform support
  • Exception implements toString() to get proper error message for unhandled exceptions
  • Introduces new Realtime service, more on official docs
  • Breaking Signature for MultipartFile has changed as now we are using http package. Here is the new signature for MultipartFile
  • Breaking Signature for Response has changed, now it only exposes the data.

0.7.1

29 Jul 08:07
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Fix - createOAuth2Session completing too early