1
0
Fork 0
mirror of synced 2024-05-19 04:02:34 +12:00
appwrite/docs/sdks/flutter/CHANGELOG.md

95 lines
2.2 KiB
Markdown
Raw Normal View History

2021-04-21 18:28:47 +12:00
## 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<Response></Response> 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
2021-03-26 02:23:37 +13:00
## 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
2021-03-15 01:48:02 +13:00
## 0.4.0-dev.3
- Added code formatting as part of the CI
- Added custom Appwrite exceptions
2021-03-05 10:26:09 +13:00
## 0.4.0-dev.2
- Minor fixes for custom exceptions
2021-03-03 22:08:05 +13:00
## 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
- Upgraded to work with Appwrite 0.7
2020-09-09 00:31:35 +12:00
## 0.3.0-dev.2
- Fix for an error when using a self-signed certificate for Web
2020-09-04 05:31:31 +12:00
## 0.3.0-dev.1
2020-09-03 22:40:38 +12:00
- Updated package dependencies (@lohanidamodar)
- Added Flutter for Web compatibility (@lohanidamodar)
2020-07-10 16:01:51 +12:00
## 0.2.3
- Fixed OAuth2 cookie bug, where a new session cookie couldn't overwrite an old cookie
2020-05-24 16:20:38 +12:00
## 0.2.2
- Fixed an error that happend when the OAuth session creation request was sent before any other API call
2020-05-24 17:30:49 +12:00
- Fixed a bug in the Avatars service where location URL generation had syntax error
2020-05-18 06:41:04 +12:00
## 0.2.1
- Fixed callback scheme
2020-05-17 23:51:57 +12:00
## 0.2.0
- Updated flutter_web_auth plugin to version 0.2.4
- Added per project unique callback for OAuth2 redirects to aviod conflicts between multiple Appwrite projects
2020-04-15 02:21:59 +12:00
## 0.1.1
- Updated flutter_web_auth version
2020-04-12 19:47:58 +12:00
## 0.1.0
- Added examples file
- Some minor style fixes
2020-04-12 05:47:13 +12:00
## 0.0.14
- Using MultipartFile for file uploads
## 0.0.13
- Fix for file upload method
2020-04-12 00:31:03 +12:00
## 0.0.12
- Added file upload support for storage service
2020-04-10 20:31:49 +12:00
## 0.0.11
- Added integration with web auth plugin to support Appwrite OAuth API
2020-04-06 16:55:38 +12:00
## 0.0.9
- Updated deafult params
2020-04-06 08:39:45 +12:00
## 0.0.8
- Fixed compilation error in Client class
- Shorter description for package