file_cloud 0.1.0 copy "file_cloud: ^0.1.0" to clipboard
file_cloud: ^0.1.0 copied to clipboard

A cloud filesystem abstraction layer for Dart, providing unified access to cloud storage providers like MinIO and S3-compatible services.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_cloud

With Flutter:

 $ flutter pub add file_cloud

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

dependencies:
  file_cloud: ^0.1.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:file_cloud/file_cloud.dart';
0
likes
150
points
495
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

A cloud filesystem abstraction layer for Dart, providing unified access to cloud storage providers like MinIO and S3-compatible services.

Repository (GitHub)
View/report issues

Topics

#cloud-storage #filesystem #minio #s3-compatible

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

convert, crypto, file, http, meta, mime, minio, path

More

Packages that depend on file_cloud