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.

example/lib/main.dart

import 'package:example/src/image_picker_example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ImagePickerExample(),
      // home: MultiImagePickerExample(),
    );
  }
}
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