Skip to content

Releases: appwrite/sdk-for-flutter

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

0.7.0

07 Jul 10:13
2e25140
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'
  • Image Crop Gravity support in image preview service
  • New endpoint in Account getSession to get session by ID
  • Fix - issues with User-Agent when app name consisted of non-ASCII characters
  • Fix - issue with null Success and Failure URL in createOAuth2Session
  • Updated underlying dependencies

0.6.4

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

0.6.3

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

0.6.2

24 May 09:41
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Fixed deployment bug

0.6.1

24 May 06:31
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix for image preview param type

0.6.0

19 May 13:07
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Upgraded to Null-safety, minimum Dart SDK required 2.12.0
  • Upgraded all underlying dependencies to null safe version
  • BREAKING Renamed parameter inviteId to membershipId on teams.updateMembershipStatus, teams.deleteMembership
  • Anonymous login
  • JWT Support
  • Fallback Cookies for Flutter Web if 3rd party cookies are blocked
  • Custom User Agent Support
  • Update membership roles
  • New awesome image preview features, supports borderRadius, borderColor, borderWidth