http_cache_file_store
A filesystem cache store agnostic HTTP client implementation.
2.0.2
22K downloads/mo
#2112 most downloaded on pub.dev
llfbandit/dart_http_cache
What this package is like to depend on
Last release 1 months ago
09 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
3 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
3 releases · Mar 2025 to Jul 2026Releases
latest 3-
2.0.209 Jul 2026Release notes
Open source →- perf: use Uint8List.sublist when decoding fields.
- fix: don't misreport older store unknown status code entry as 304.
- fix: prune idle locks to prevent unbounded growth.
- fix: preserve empty-body vs no-body distinction in serialized content.
- fix: catch I/O errors when reading cache files.
- chore: Min SDK is now 3.8.0.
-
2.0.131 Mar 2025 -
2.0.027 Mar 2025Release notes
Open source →-
core: Update dio to 4.0.0.
-
Renamed cacheStoreForce to forceCache .
-
Renamed cacheStoreNo to noCache .
-
Make CacheOptions.store required but still with optional value.
-