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

A comprehensive filesystem abstraction for Dart, inspired by Laravel's Storage facade. Supports both local and cloud storage with a unified API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add storage_fs

With Flutter:

 $ flutter pub add storage_fs

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

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

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

A comprehensive filesystem abstraction for Dart, inspired by Laravel's Storage facade. Supports both local and cloud storage with a unified API.

Repository (GitHub)
View/report issues

Topics

#filesystem #storage #abstraction #cloud-storage

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

convert, crypto, file, file_cloud, meta, mime, path

More

Packages that depend on storage_fs