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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudinary_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cloudinary_client: ^0.0.9

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cloudinary_client/cloudinary_client.dart';
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