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

Flutter package for caching api data and markdown content 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 Dart:

 $ dart pub add king_cache

With Flutter:

 $ flutter pub add king_cache

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

dependencies:
  king_cache: ^0.0.57

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:king_cache/king_cache.dart';
13
likes
0
points
123
downloads

Publisher

verified publisherkingtechnologies.dev

Weekly Downloads

Flutter package for caching api data and markdown content 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

License

unknown (license)

Dependencies

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

More

Packages that depend on king_cache