f_cache 1.1.0 copy "f_cache: ^1.1.0" to clipboard
f_cache: ^1.1.0 copied to clipboard

outdated

Generic cache manager for flutter. Saves files and infos on the tmp storages of the device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add f_cache

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

dependencies:
  f_cache: ^1.1.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:f_cache/f_cache.dart';
2
likes
0
points
96
downloads

Publisher

unverified uploader

Weekly Downloads

Generic cache manager for flutter. Saves files and infos on the tmp storages of the device.

Repository

License

unknown (license)

Dependencies

crypto, flutter, http, path, path_provider

More

Packages that depend on f_cache