http_hive_cache 0.0.4 copy "http_hive_cache: ^0.0.4" to clipboard
http_hive_cache: ^0.0.4 copied to clipboard

Simplified caching of HTTP GET requests. Hive is used for data storage.

The response can be cached during HTTP GET.

Features #

Three patterns are supported: no cache, response headers, and client specification.

Usage #

final response = await HttpHiveCache.get(
  Uri.parse(url),
);
5
likes
140
pub points
61%
popularity

Publisher

unverified uploader

Simplified caching of HTTP GET requests. Hive is used for data storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation, hive, http, path, path_provider

More

Packages that depend on http_hive_cache