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';
4
likes
130
pub points
39%
popularity

Publisher

verified publishergepcode.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive, http, meta

More

Packages that depend on http_cache_flutter