cached_http_client 0.0.2
cached_http_client: ^0.0.2 copied to clipboard
A Flutter package for making HTTP requests with automatic caching.
0.0.1 #
- Initial release with basic HTTP request caching functionality.
0.0.2 #
- Added: Support for custom cache storage options. You can now choose between in-memory and file-based storage for cached responses.
- Enhanced: Improved error handling with more descriptive error messages for failed requests.
- Fixed: Bug where cache expiration was not correctly applied in some edge cases.
- Updated: Documentation to include new features and usage examples.
- Optimized: Performance improvements in cache management and request handling.