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

outdated

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/image_picker_example.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(),
    );
  }
}
110
likes
0
pub points
95%
popularity

Publisher

verified publisherdjade.net

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on cloudinary_public