easy_cache_manager 0.1.1
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';