easy_cache_manager 0.1.8 copy "easy_cache_manager: ^0.1.8" to clipboard
easy_cache_manager: ^0.1.8 copied to clipboard

High-performance Flutter caching with Hive NoSQL storage, Clean Architecture, intelligent eviction policies, and cross-platform WASM support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_cache_manager

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

dependencies:
  easy_cache_manager: ^0.1.8

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:easy_cache_manager/easy_cache_manager.dart';
0
likes
160
points
348
downloads

Publisher

verified publisherkidpech.app

Weekly Downloads

High-performance Flutter caching with Hive NoSQL storage, Clean Architecture, intelligent eviction policies, and cross-platform WASM support.

Repository (GitHub)
View/report issues

Topics

#cache #caching #storage #offline #network

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

crypto, flutter, hive, hive_flutter, http, json_annotation, logging, path, path_provider, rxdart, universal_io, web

More

Packages that depend on easy_cache_manager