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

A cache wrapper for http get requests

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_get_cache

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

dependencies:
  http_get_cache: ^0.0.2

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_get_cache/http_get_cache.dart';
6
likes
90
pub points
35%
popularity

Publisher

unverified uploader

A cache wrapper for http get requests

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, get_storage, http

More

Packages that depend on http_get_cache