cross_cache 0.0.10 copy "cross_cache: ^0.0.10" to clipboard
cross_cache: ^0.0.10 copied to clipboard

Cross-platform cache manager for Flutter using IndexedDB for web, file system for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cross_cache
copied to clipboard

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

dependencies:
  cross_cache: ^0.0.10
copied to clipboard

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:cross_cache/cross_cache.dart';
copied to clipboard
2
likes
150
points
2.49k
downloads

Publisher

verified publisherflyer.chat

Weekly Downloads

2024.09.26 - 2025.04.10

Cross-platform cache manager for Flutter using IndexedDB for web, file system for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

cross_file, crypto, dio, flutter, idb_shim, path_provider

More

Packages that depend on cross_cache