- Update dio dependency and sdk constraints
- Upload large files in chunks support
- Switch from http package to Dio to support chunk upload
- add public_id option
- Update dependencies
- Add support for bytes data.
- Add upload progress indicator
- Add context option to [CloudinaryFile]
- Add folder option to [CloudinaryFile]
- Update readme and example file
- Migrate to null safety
- Added [CloudinaryException]
- Replace Dio dependency with http
- Added option to override default upload_preset
- Format files
- Remove File dependency and replace with path String
- Added Tags
- Image transformation feature
- Add upload from external url feature
- Rename uploadFutureFiles() to multiUpload()
- Support for future byte data
- Multiple files upload support
- Add example
- Update readme
- Setting up the project