clean_cache 1.2.0 copy "clean_cache: ^1.2.0" to clipboard
clean_cache: ^1.2.0 copied to clipboard

A cache abstraction designed for Clean Architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_cache

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

dependencies:
  clean_cache: ^1.2.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:clean_cache/clean_cache.dart';
2
likes
140
points
410
downloads

Publisher

verified publisherneutrinographics.com

Weekly Downloads

A cache abstraction designed for Clean Architecture.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, hive

More

Packages that depend on clean_cache