cloudinary_made_easy 0.1.1 copy "cloudinary_made_easy: ^0.1.1" to clipboard
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
  • CloudinaryService class with unsigned upload support
  • pickAndUploadImage() – convenient method with ImagePicker integration
  • uploadFile() – core method for uploading any XFile
  • 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.0
  • image_picker: ^1.1.0
  • path: ^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
1
likes
160
points
138
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and easy Flutter package to upload images/files to Cloudinary using unsigned presets with progress tracking and image_picker support.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

dio, flutter, image_picker, path, plugin_platform_interface

More

Packages that depend on cloudinary_made_easy