uploadcare_client 2.0.0-rc.1 copy "uploadcare_client: ^2.0.0-rc.1" to clipboard
uploadcare_client: ^2.0.0-rc.1 copied to clipboard

outdated

A flutter library for working with Uploadcare REST API. File uploads, media processing, and adaptive delivery for web and mobile.

[2.0.0-rc.1] - Mon Dec 9 2019 [ #

  • Changed UploadcareImageProvider.load method arguments, related to the SDK changes for ImageProvider
  • Added ability to upload in flutter_web environment
    • Added SharedFile abstraction, which works on both mobile & web
    • Changed res argument type in ApiSectionUpload.auto method
    • Changed file argument type in ApiSectionUpload.base & ApiSectionUpload.multipart methods
  • Added ability to upload files in example project in flutter_web environment

[1.4.1] - Mon Dec 9 2019 #

  • Updated dependencies to the latest version

[1.4.0] - Mon Nov 4 2019 #

  • Improved auto method from ApiUpload. Now you can pass file string to this method and client try to parse him.
  • Added ability to run upload process in separate isolate
  • Added maxIsolatePoolSize options to ClientOptions which control concurrent isolates amount

[1.3.0] - Fri Nov 1 2019 #

  • Added FacesEntity which holds Face Recognition data of an image related to the original size
  • Added getFacesEntity method to ApiFiles which returns FacesEntity
  • Marked detectFaces method to deprecated. Use getFacesEntity instead.
  • Added face recognition screen to the example project

[1.2.2] - Wed Oct 30 2019 #

  • Fixed case when content_type value for upload is null with filenames in uppercase (related to mime_type package).

[1.2.1] - Tue Oct 29 2019 #

  • Refactored ConcurrentRunner class

[1.2.0] - Mon Oct 28 2019 #

  • Added detectFaces method for ApiFiles section
  • Added OverlayTransformation applied to an image
  • Added GifToVideoTransformation applied to gif
  • Added includeRecognitionInfo parameter to ApiFiles section for file & list methods.
    • Note: this feature will be available only since v0.6 version of REST API
  • Covered all transformation with test
  • Improved documentation

[1.1.0] - Fri Oct 25 2019 #

  • Added ability to cancel file upload with CancelToken
  • Optimized chunked upload
  • Changed header names to constants from dart:io HttpHeaders
  • Fixed progress data with multipart upload
  • Refactored example project

[1.0.2] - Mon Oct 21 2019 #

  • Minor grammatical fixes

[1.0.1] - Tue Oct 15 2019 #

  • Made privateKey optional

[1.0.0] - Thu Sep 26 2019 #

  • Moved to stable version

[0.0.1] - Thu Sep 26 2019 #

  • Initial release
21
likes
0
pub points
79%
popularity

Publisher

verified publisherkonstantinkai.dev

A flutter library for working with Uploadcare REST API. File uploads, media processing, and adaptive delivery for web and mobile.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, equatable, flutter, http, http_parser, meta, mime_type

More

Packages that depend on uploadcare_client