save_to_cache 1.0.1 copy "save_to_cache: ^1.0.1" to clipboard
save_to_cache: ^1.0.1 copied to clipboard

This package is used to cache files, can save files individually and in folders.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add save_to_cache

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

dependencies:
  save_to_cache: ^1.0.1

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:save_to_cache/save_to_cache.dart';
1
likes
150
points
20
downloads

Publisher

verified publishersondv.dev

Weekly Downloads

This package is used to cache files, can save files individually and in folders.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on save_to_cache