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

outdated

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.

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

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

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, freezed_annotation, hive, http, path, path_provider

More

Packages that depend on http_hive_cache