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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_hive_cache

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  http_hive_cache: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:http_hive_cache/http_hive_cache.dart';
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