cloudinary_client 0.0.9 icon indicating copy to clipboard operation
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
58%
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)

License

Icon for licenses.GPL-3.0 (LICENSE)

Dependencies

crypto, dio

More

Packages that depend on cloudinary_client