advanced_cache_network_image 0.0.1
advanced_cache_network_image: ^0.0.1 copied to clipboard
Advanced Flutter image caching with LRU memory cache, disk cache, download queue and prefetch support.
0.0.1 #
Initial release of advanced_cache_network_image.
Features #
- Network image widget with disk and memory caching
- LRU memory cache implementation
- Disk cache with configurable expiration
- Download queue to limit simultaneous requests
- Viewport priority loading for smoother scrolling
- Progressive image rendering (low resolution preview → full resolution)
- Prefetch API for preloading images
- Configurable cache duration
- Optional memory cache / disk cache control
- Border radius support
- Custom placeholder widget
- Custom error widget
- Image resizing before decoding for improved performance
Example #
Added example application demonstrating:
- Thumbnail images
- Low resolution images
- HD images
- 4K images
- Ultra high resolution images