web_response_cache 0.0.4 web_response_cache: ^0.0.4 copied to clipboard
A Flutter package offering multiple ways to cache responses obtained from web requests.
0.0.4 #
- Add support for custom cache serialization
- Serialize response header in cache documents
- Fix an issue where a failed request did not load the cached document
0.0.3 #
- Rename utility cache functions and fix functionality
- Add utility function tests and extend other tests
0.0.2 #
- Add new utility cache types
0.0.1 #
- Add base cache logic
- Add time cache type