custom_image_view 2.0.0 custom_image_view: ^2.0.0 copied to clipboard
A Flutter package for displaying images, including network images with caching, SVG, and asset images.
Change Log for CustomImageView #
[Version 2.0.0] - 2024-01-08 #
Added #
- Added licence and some other fixes
[Version 1.0.0] - 2024-01-08 #
Added #
- Initial implementation of the
CustomImageView
widget. - Supports displaying images from various sources, including network, local file, SVG, etc.
- Provides a placeholder image (
image_not_found.png
) for cases where the image is not available. - Allows customization of image properties such as height, width, color, fit, etc.
- Supports onTap callback for interaction.
- Provides options for margin, border radius, and border styles.
- Offers blend mode for applying color filters to SVG images.
- Utilizes the
CachedNetworkImage
widget for efficient network image loading.