cloudinary_api 1.0.2 copy "cloudinary_api: ^1.0.2" to clipboard
cloudinary_api: ^1.0.2 copied to clipboard

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudinary_api

With Flutter:

 $ flutter pub add cloudinary_api

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

dependencies:
  cloudinary_api: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:cloudinary_api/uploader/abstract_uploader_request.dart';
import 'package:cloudinary_api/uploader/cloudinary_uploader.dart';
import 'package:cloudinary_api/uploader/uploader.dart';
import 'package:cloudinary_api/uploader/uploader_response.dart';
import 'package:cloudinary_api/uploader/uploader_utils.dart';
import 'package:cloudinary_api/uploader/utils.dart';
0
likes
110
pub points
69%
popularity

Publisher

verified publishercloudinary.com

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, cloudinary_url_gen, convert, crypto, http, http_parser

More

Packages that depend on cloudinary_api