super_network_image 0.0.2
super_network_image: ^0.0.2 copied to clipboard
A Flutter widget for loading and caching network images, supporting both raster and SVG formats with advanced caching capabilities.
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 - 2024-10-03 #
- Breaking Change Removed the
setGlobalCacheDurationmethod - Added a
configuremethod to optionally set the global cache duration & the cache key
0.0.1 - 2024-10-03 #
Added #
- Initial release of
super_network_image. - Support for loading raster and SVG images from network URLs.
- Automatic detection of image type (raster vs. SVG).
- Image caching with customizable cache duration.
- Ability to assign tags to images for grouped cache management.
- Methods to clear cache by image URL, tag, or entirely.
- Support for custom placeholder and error widgets.
- Support for various
BoxFitoptions and image sizing. - Callback to determine if an image was loaded from the cache or network.
- Comprehensive example demonstrating all features.