lru_image_cache 0.5.0 copy "lru_image_cache: ^0.5.0" to clipboard
lru_image_cache: ^0.5.0 copied to clipboard

outdated

A lightweight LRU image cache that keeps references for binary data and retrieves Image objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lru_image_cache

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

dependencies:
  lru_image_cache: ^0.5.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:lru_image_cache/lru_image_cache.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A lightweight LRU image cache that keeps references for binary data and retrieves Image objects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, mini_log, synchronized

More

Packages that depend on lru_image_cache