data_cache_x 1.0.0 copy "data_cache_x: ^1.0.0" to clipboard
data_cache_x: ^1.0.0 copied to clipboard

A Flutter package for efficient offline data caching and synchronization with enhanced security features and tag-based cache management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add data_cache_x

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

dependencies:
  data_cache_x: ^1.0.0

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:data_cache_x/data_cache_x.dart';
1
likes
150
points
99
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for efficient offline data caching and synchronization with enhanced security features and tag-based cache management.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, crypto, encrypt, flutter, flutter_secure_storage, get_it, hive, hive_flutter, logging, path, shared_preferences, sqflite

More

Packages that depend on data_cache_x