cached_http_client
A Flutter package for making HTTP requests with automatic caching.
Features
- Automatic caching of identical requests.
- Customizable cache duration.
- Offline support using cached responses.
- Pluggable storage options: in-memory, file-based.
- Middleware support for custom request/response handling.
Installation
Add the following to your pubspec.yaml:
dependencies:
cached_http_client: ^0.0.1