custom_image_view 1.0.0 copy "custom_image_view: ^1.0.0" to clipboard
custom_image_view: ^1.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 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.
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