super_network_image 0.0.2 copy "super_network_image: ^0.0.2" to clipboard
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 setGlobalCacheDuration method
  • Added a configure method 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 BoxFit options and image sizing.
  • Callback to determine if an image was loaded from the cache or network.
  • Comprehensive example demonstrating all features.
2
likes
150
pub points
11%
popularity

Publisher

verified publisherayushshekhar.com

A Flutter widget for loading and caching network images, supporting both raster and SVG formats with advanced caching capabilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_cache_manager, flutter_svg, http, shared_preferences

More

Packages that depend on super_network_image