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

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.2

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
160
points
96
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository

License

MIT (license)

Dependencies

crypto, flutter, http, path, path_provider

More

Packages that depend on f_cache