A Flutter package for caching files.
More...
Simple extensible cache manager for Flutter.
final cacheManager = DefaultCacheManager(cache: MemoryCache()); await cacheManager.put(key: "test", bytes: Uint8List(0)); var cached = await cacheManager.get(key: "test");
rouninlabs.com
Repository (GitHub)View/report issues
API reference
MIT (license)
flutter, json_annotation, path_provider, universal_io
Packages that depend on another_cache_manager
Back