cloudinary_client 0.0.9 copy "cloudinary_client: ^0.0.9" to clipboard
cloudinary_client: ^0.0.9 copied to clipboard

dart wrapper for cloudinary image apis. Right now only supports image upload. Will be extended to support other media type as well.

cloudinary_client #

Dart wrapper for cloudinary apis.

usage #


CloudinaryClient client = new CloudinaryClient(<API_KEY, <API_SECRET>, <cloud_name>);
Response response = await client.uploadImage(<imagepath>, <filename>);
print(response);

13
likes
30
pub points
32%
popularity

Publisher

unverified uploader

dart wrapper for cloudinary image apis. Right now only supports image upload. Will be extended to support other media type as well.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

crypto, dio

More

Packages that depend on cloudinary_client