Skip to content

DragonCherry/lru_image_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lru_image_cache

LRU image cache.

Getting Started

final urls = [
  'https://via.placeholder.com/200x300.png',
  'https://via.placeholder.com/400x500.png'
];
final cache = LRUImageCache.shared;
final imagesFuture = cache.cache(urls: urls);
imagesFuture.then((imageWidgets) {
  // you can retrieve image size, data using shared cache object
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages