cloudinary_made_easy 0.1.1
cloudinary_made_easy: ^0.1.1 copied to clipboard
A lightweight and easy Flutter package to upload images/files to Cloudinary using unsigned presets with progress tracking and image_picker support.
Changelog #
0.1.1 - 2026-04-06 #
Added #
- Initial release of
cloudinary_made_easy CloudinaryServiceclass with unsigned upload supportpickAndUploadImage()– convenient method with ImagePicker integrationuploadFile()– core method for uploading anyXFile- Real-time upload progress callback (
onProgress) - Support for custom upload folders
getTransformedUrl()helper for Cloudinary transformations- Full working example with progress bar and image preview
- Comprehensive README.md and documentation
Dependencies #
dio: ^5.7.0image_picker: ^1.1.0path: ^1.9.0
Notes #
- Uses unsigned uploads (simple & easy, no backend signature needed)
- Delete functionality is placeholder only (unsigned limitation)
[Unreleased] #
- Support for video uploads
- Multiple file upload
- Better error handling & response parsing
- Riverpod / Provider example