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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_http_client

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

dependencies:
  cached_http_client: ^0.0.1

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:cached_http_client/cached_http_client.dart';
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