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
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in 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
Cloudinary
constructor which now provides two factory .full() and .basic() constructors.
Deprecated #
deleteFiles
deprecated usedeleteResources
instead.deleteFile
deprecated usedeleteResource
instead.uploadFiles
deprecated useuploadResources
instead.uploadFile
deprecated useuploadResource
instead.
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