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

Professional caching solution with LRU, TTL, priority levels, memory and disk storage for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cache_pro

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

dependencies:
  flutter_cache_pro: ^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:flutter_cache_pro/flutter_cache_pro.dart';
1
likes
160
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Professional caching solution with LRU, TTL, priority levels, memory and disk storage for Flutter applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, path, path_provider

More

Packages that depend on flutter_cache_pro