kronos_cache 0.0.3 copy "kronos_cache: ^0.0.3" to clipboard
kronos_cache: ^0.0.3 copied to clipboard

A powerful and intuitive cache system for Flutter with REST-like API, encryption, and awesome_logger integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kronos_cache

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

dependencies:
  kronos_cache: ^0.0.3

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:kronos_cache/kronos_cache.dart';
6
likes
150
points
229
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful and intuitive cache system for Flutter with REST-like API, encryption, and awesome_logger integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

awesome_logger, crypto, encrypt, flutter, hive, hive_flutter, path_provider, rxdart

More

Packages that depend on kronos_cache