uploadcare_client 1.2.2
uploadcare_client: ^1.2.2 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.2 Wed Oct 30 2019 #
- Fix case when
content_typevalue for upload is null with filenames in uppercase (related tomime_typepackage).
1.2.1 Tue Oct 29 2019 #
- Refactor
ConcurrentRunnerclass
1.2.0 Mon Oct 28 2019 #
- Add
detectFacesmethod forApiFilessection - Add
OverlayTransformationapplied to an image - Add
GifToVideoTransformationapplied to gif - Add
includeRecognitionInfoparameter toApiFilessection forfile&listmethods.- Note: this feature will be available only since
v0.6version 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
privateKeyoptional
1.0.0 Thu Sep 26 2019 #
- Move to stable version
0.0.1 Thu Sep 26 2019 #
- Initial release