cloudinary_made_easy 0.1.1
cloudinary_made_easy: ^0.1.1 copied to clipboard
A lightweight and easy Flutter package to upload images/files to Cloudinary using unsigned presets with progress tracking and image_picker support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cloudinary_made_easyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cloudinary_made_easy: ^0.1.1Alternatively, 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_made_easy/cloudinary_made_easy.dart';