king_cache 0.0.37 copy "king_cache: ^0.0.37" to clipboard
king_cache: ^0.0.37 copied to clipboard

PlatformAndroid

A Flutter package for caching api data to disk and improving app performance. It uses the http package to make api calls and use cache directory to cache data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add king_cache

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

dependencies:
  king_cache: ^0.0.37

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:king_cache/king_cache.dart';
12
likes
150
pub points
77%
popularity

Publisher

verified publisherkingtechnologies.dev

A Flutter package for caching api data to disk and improving app performance. It uses the http package to make api calls and use cache directory to cache data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, firebase_analytics, flutter, http, in_app_update, intl, local_auth, package_info_plus, path_provider, permission_handler, url_launcher

More

Packages that depend on king_cache