cloudinary_sdk 5.0.0+1
cloudinary_sdk: ^5.0.0+1 copied to clipboard
This is a dart package for Cloudinary API that allows you to upload and manage files in your cloudinary cloud.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
5.0.0+1 #
Changed #
- Update dependency constraints to
sdk: '>=3.0.0 <4.0.0' flutter: '>=3.3.0' - Update dependencies to be compatible with Flutter 3.10.0
4.0.0+8 #
Added #
- Unsigned uploads.
- ApiUrl param added to Cloudinary constructor
- ProgressCallback added to listen for resource uploads.
Changed #
- Breaking changes in
Cloudinaryconstructor which now provides two factory .full() and .basic() constructors.
Deprecated #
deleteFilesdeprecated usedeleteResourcesinstead.deleteFiledeprecated usedeleteResourceinstead.uploadFilesdeprecated useuploadResourcesinstead.uploadFiledeprecated useuploadResourceinstead.
3.0.0+6 (Breaking Change) #
2.0.0+5 (Breaking Change) #
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