multi_image_provider 1.0.2
multi_image_provider: ^1.0.2 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.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