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

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

Features #

cache data from url or custom.

Getting started #

flutter pub add f_cache

Usage #

final cached = CacheManager()
    .getCachedFromUrl(url: 'https://lmg.jj20.com/up/allimg/4k/s/02/210924233115O14-0-lp.jpg');
2
likes
155
points
97
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