multi_image_provider 1.0.4
multi_image_provider: ^1.0.4 copied to clipboard
A Flutter widget for displaying images with customizable aspect ratio, supporting asset, network (with caching), and SVG image types.
Changelog #
1.0.4 - 2026-07-29 #
Added #
- Improved scrolling performance for smoother image rendering in lists.
- Added
memCacheWidthandmemCacheHeightparameters for better memory optimization. - Optimized image loading and overall package performance.
1.0.3 - 2026-07-03 #
Added #
- Improved cache management in MultiImage widget.
- Added documentation comments throughout the code.
- Package dependencies have been upgraded to the latest version.
1.0.2 - 2025-07-29 #
Added #
- Improved cache management in MultiImage widget.
- Added documentation comments throughout the code.
- Fixed minor bugs and formatting issues.
1.0.1 - 2025-07-10 #
Added #
- Improved cache management in MultiImage widget.
- Added documentation comments throughout the code.
- Fixed minor bugs and formatting issues.
1.0.0 - 2025-07-10 #
- Initial release of
multi_image_provider - Supports asset, network (cached), SVG asset and SVG network images
- Custom aspect ratio, border radius, placeholder and error widget support