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

Cross-platform file storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_storage

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

dependencies:
  file_storage: ^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:file_storage/file_storage.dart';
2
likes
140
points
77
downloads

Publisher

verified publisherrightbrain.pro

Weekly Downloads

Cross-platform file storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, idb_shim, path, path_provider

More

Packages that depend on file_storage