cloudflare_r2_uploader 1.0.0 copy "cloudflare_r2_uploader: ^1.0.0" to clipboard
cloudflare_r2_uploader: ^1.0.0 copied to clipboard

A Dart package for uploading files to Cloudflare R2 using AWS Signature Version 4. Supports progress tracking, automatic MIME detection, and returns the uploaded file URL.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cloudflare_r2_uploader

With Flutter:

 $ flutter pub add cloudflare_r2_uploader

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

dependencies:
  cloudflare_r2_uploader: ^1.0.0

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:cloudflare_r2_uploader/cloudflare_r2_uploader.dart';
3
likes
150
points
25
downloads

Publisher

verified publishersaiashirwad.com

Weekly Downloads

A Dart package for uploading files to Cloudflare R2 using AWS Signature Version 4. Supports progress tracking, automatic MIME detection, and returns the uploaded file URL.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, http, mime

More

Packages that depend on cloudflare_r2_uploader