Releases: appwrite/sdk-for-flutter
Releases Β· appwrite/sdk-for-flutter
3.0.0
- 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
2.0.3
- Support for Appwrite 0.11
- Fix comments on
sum
attributes
2.0.2
- Fix realtime not restarting when there was only one subscription and that was closed and reopened
2.0.1
- 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
- BREAKING All services and methods now return proper response objects instead of
Response
object
1.0.4
- Fix user agent by using
packageName
instead ofappName
1.0.3
- Upgrade
flutter_web_auth
to0.3.1
1.0.2
- Fix timestamp in Realtime Response to Integer
1.0.1
- 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)