custom_image_view 4.0.0 copy "custom_image_view: ^4.0.0" to clipboard
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.
6
likes
150
points
313
downloads

Publisher

verified publisherselfmadetechie.in

Weekly Downloads

A Flutter package for displaying images, including network images with caching, SVG, and asset images.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, svg_flutter

More

Packages that depend on custom_image_view