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

A comprehensive Flutter library for storage bucket operations with API key authentication. Supports upload, download, list, and delete operations across all platforms with CORS handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_storage_bucket

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

dependencies:
  flutter_storage_bucket: ^1.0.0

Alternatively, 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:flutter_storage_bucket/flutter_storage_bucket.dart';
0
likes
110
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter library for storage bucket operations with API key authentication. Supports upload, download, list, and delete operations across all platforms with CORS handling.

Repository (GitHub)
View/report issues

Topics

#storage #file-upload #cloud-storage #api #cross-platform

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, mime, path

More

Packages that depend on flutter_storage_bucket