Releases: appwrite/sdk-for-flutter
Releases Β· appwrite/sdk-for-flutter
0.6.0
- 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
0.5.0-dev.1
- Upgraded to Null-safety, minimum Dart SDK required 2.12.0 and minimum Flutter SDK version required 2.0.0
- Upgraded all underlying dependencies to null safe version
- All of Avatars service now return Future instead of String like the Storage getFilePreview, getFileView and getFileDownload
- Upgraded to Null-safety, minimum Dart SDK required 2.12.0
- Upgraded all underlying dependencies to null safe version
0.4.0
- Improved code quality
- Enabled access to private storage files
- Easier integration for preview images with the image widget
- Added custom Appwrite exceptions
- Breaking: getFilePreview, getFileDownload and getFileView now return Future instead of String
0.4.0-dev.3
- Added code formatting as part of the CI
- Added custom Appwrite exceptions
0.4.0-dev.2
- Minor fixes for custom exceptions
0.4.0-dev.1
- Improved code quality
- Enabled access to private storage file
- Added easier integration for preview images and the Image widget
0.3.0
0.3.0-dev.2
Added missing foundation lib