Published 2025-10-03
Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.

Taken from flutter_cache_manager.
Heavily patched to get rid of path_provider.
http dependency to dio.async constructs.async constructs.putSingleFile to copy an existing file into the cache.CacheObjectProvider that used an sqflite database.JsonCacheInfoRepository class.FileSystem interface.