custom_image_view 4.0.0 custom_image_view: ^4.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 4.0.0] - 2024-01-08 #
Added #
- Custom error widget with
errorWidget
parameter. - Error builder function with
errorBuilder
parameter.
Changed #
- Updated the widget to version 4.0.0.
Fixed #
- Fixed potential issues related to error handling.
[Version 3.0.0] - 2024-01-08 #
Added #
- Downgraded dart version.
[Version 2.0.0] - 2024-01-08 #
Added #
- Added license 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.
- 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.