storages 0.0.3 copy "storages: ^0.0.3" to clipboard
storages: ^0.0.3 copied to clipboard

A wrapper of disk storage allows people to cache files to disk more securely without worrying about taking up disk space unlimitedly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add storages

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

dependencies:
  storages: ^0.0.3

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:storages/storages.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A wrapper of disk storage allows people to cache files to disk more securely without worrying about taking up disk space unlimitedly.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on storages