cloudinary_public 0.23.1 copy "cloudinary_public: ^0.23.1" to clipboard
cloudinary_public: ^0.23.1 copied to clipboard

This package allows you to upload media files directly to cloudinary, without exposing your apiKey or secretKey.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cloudinary_public

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

dependencies:
  cloudinary_public: ^0.23.1

Alternatively, your editor might support 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_public/cloudinary_public.dart';
119
likes
150
points
5.49k
downloads

Publisher

verified publisherdjade.net

Weekly Downloads

This package allows you to upload media files directly to cloudinary, without exposing your apiKey or secretKey.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

dio, flutter

More

Packages that depend on cloudinary_public