http_cache_flutter 0.1.0 copy "http_cache_flutter: ^0.1.0" to clipboard
http_cache_flutter: ^0.1.0 copied to clipboard

Cacheable http request with interactive widget. Our goal is we can fetching and caching http request only with one widget

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_cache_flutter

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

dependencies:
  http_cache_flutter: ^0.1.0

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_cache_flutter/http_cache_flutter.dart';
5
likes
150
points
40
downloads

Publisher

verified publishergepcode.com

Weekly Downloads

Cacheable http request with interactive widget. Our goal is we can fetching and caching http request only with one widget

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive, http, meta

More

Packages that depend on http_cache_flutter