ttl_etag_cache 1.0.4 copy "ttl_etag_cache: ^1.0.4" to clipboard
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_cache

This 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.4

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:ttl_etag_cache/ttl_etag_cache.dart';
1
likes
160
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful, reactive caching solution for Flutter with TTL, ETag support, and optional AES-256 encryption for offline-first applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, encrypt, flutter, flutter_secure_storage, isar_community, isar_community_flutter_libs, path_provider, rxdart

More

Packages that depend on ttl_etag_cache

Packages that implement ttl_etag_cache