cross_cache 0.0.2 cross_cache: ^0.0.2 copied to clipboard
Cross-platform cache manager for Flutter using IndexedDB for web, file system for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio
TODO #
- Better errror handling
- Cache management (remove from cache, purge), possibly periodic job
- Cancellation of in progress downloads
- Maximum file size
- Caching strategy (LRU, MRU, FIFO)