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

unlisted

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 Dart:

 $ dart pub add cross_cache

With Flutter:

 $ flutter pub add cross_cache

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

dependencies:
  cross_cache: ^0.0.9

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:cross_cache/cross_cache.dart';
2
likes
0
points
2.75k
downloads

Publisher

verified publisherflyer.chat

Weekly Downloads

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)
View/report issues

License

unknown (license)

Dependencies

cross_file, crypto, dio, flutter, path_provider

More

Packages that depend on cross_cache