advanced_cache_network_image 0.0.3 copy "advanced_cache_network_image: ^0.0.3" to clipboard
advanced_cache_network_image: ^0.0.3 copied to clipboard

Advanced Flutter image caching with LRU memory cache, disk cache, download queue and prefetch support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add advanced_cache_network_image

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

dependencies:
  advanced_cache_network_image: ^0.0.3

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:advanced_cache_network_image/advanced_cache_network_image.dart';
5
likes
150
points
74
downloads

Documentation

API reference

Publisher

verified publishercodemicros.com

Weekly Downloads

Advanced Flutter image caching with LRU memory cache, disk cache, download queue and prefetch support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on advanced_cache_network_image