http_cache_flutter 0.0.1-dev.2 copy "http_cache_flutter: ^0.0.1-dev.2" to clipboard
http_cache_flutter: ^0.0.1-dev.2 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 Dart:

 $ dart pub add http_cache_flutter

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 dart pub get):

dependencies:
  http_cache_flutter: ^0.0.1-dev.2

Alternatively, your editor might support dart pub get or 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
0
pub points
42%
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

License

unknown (LICENSE)

Dependencies

flutter, hive, http, meta, synchronized

More

Packages that depend on http_cache_flutter