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

High-performance image caching with 3-tier system (Memory, Disk, Network). Auto-cleanup, LRU eviction, and precaching support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_cache_pro

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

dependencies:
  image_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:image_cache_pro/image_cache_pro.dart';
1
likes
160
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance image caching with 3-tier system (Memory, Disk, Network). Auto-cleanup, LRU eviction, and precaching support.

Repository (GitHub)
View/report issues

Topics

#image #cache #network #performance #optimization

License

MIT (license)

Dependencies

crypto, flutter, http, path, path_provider

More

Packages that depend on image_cache_pro