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

High-performance Flutter caching solution with Hive NoSQL storage. Features Clean Architecture, DDD principles, intelligent eviction policies, real-time analytics, and cross-platform support including [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_cache_manager

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 dart pub get):

dependencies:
  easy_cache_manager: ^0.1.1

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

Publisher

verified publisherkidpech.app

Weekly Downloads

High-performance Flutter caching solution with Hive NoSQL storage. Features Clean Architecture, DDD principles, intelligent eviction policies, real-time analytics, and cross-platform support including WASM compatibility for blazingly fast cache operations.

Repository (GitHub)
View/report issues

Topics

#cache #caching #storage #offline #network

Funding

Consider supporting this project:

github.com

License

unknown (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