ttl_etag_cache 1.0.4
ttl_etag_cache: ^1.0.4 copied to clipboard
A powerful, reactive caching solution for Flutter with TTL, ETag support, and optional AES-256 encryption for offline-first applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ttl_etag_cacheThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ttl_etag_cache: ^1.0.4Alternatively, 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:ttl_etag_cache/ttl_etag_cache.dart';