cloudinary_sdk 3.0.0+6
cloudinary_sdk: ^3.0.0+6 copied to clipboard
This is a dart package for Cloudinary API that allows you to upload and manage files in your cloudinary cloud.
3.0.0+6 (Breaking Change) #
Added #
- Support for null-safety
Changed #
- Example updated with BATCH and ITERATIVE resource delete
Fixed #
- Fixed bug that prevented deleting multiple resources from a public_ids list
2.0.0+5 (Breaking Change) #
Added #
- Support for upload file from byte array
- CloudinaryUploadResource class created to support uploadResource(...) and uploadResources(...) functions
Changed #
- uploadFile(...) function params changed
- uploadFiles(...) function params changed
1.0.2+3 #
Fixed #
- Fixed bug on publicId parsing from url on CloudinaryImage when url had encoded characters
1.0.0+1 #
- First release