cached_http_client 0.0.1 copy "cached_http_client: ^0.0.1" to clipboard
cached_http_client: ^0.0.1 copied to clipboard

A Flutter package for making HTTP requests with automatic caching.

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
1
likes
130
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for making HTTP requests with automatic caching.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, path_provider

More

Packages that depend on cached_http_client