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
pub points
33%
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