uploadcare_client 1.2.1
uploadcare_client: ^1.2.1 copied to clipboard
A flutter library for working with Uploadcare REST API. File uploads, media processing, and adaptive delivery for web and mobile.
[1.2.1] - Tue Oct 29 2019 #
- Refactor
ConcurrentRunner
class
[1.2.0] - Mon Oct 28 2019 #
- Add
detectFaces
method forApiFiles
section - Add
OverlayTransformation
applied to an image - Add
GifToVideoTransformation
applied to gif - Add
includeRecognitionInfo
parameter toApiFiles
section forfile
&list
methods.- Note: this feature will be available only since
v0.6
version of REST API
- Note: this feature will be available only since
- Cover all transformation with test
- Improve documentation
[1.1.0] - Fri Oct 25 2019 #
- Add ability to cancel file upload with
CancelToken
- Optimize chunked upload
- Change header names to constants from
dart:io HttpHeaders
- Fix progress data with multipart upload
- Refactor example project
[1.0.2] - Mon Oct 21 2019 #
- Minor grammatical fixes
[1.0.1] - Tue Oct 15 2019 #
- Make
privateKey
optional
[1.0.0] - Thu Sep 26 2019 #
- Move to stable version
[0.0.1] - Thu Sep 26 2019 #
- Initial release