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
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

GPL-3.0 (license)

Dependencies

crypto, dio

More

Packages that depend on cloudinary_client