random_image_viewer 0.1.0
random_image_viewer: ^0.1.0 copied to clipboard
Highly customizable Flutter widget that supports displaying various image formats
0.1.0 #
Feature Update
- Added custom placeholder widget support
- Added custom error widget support
- Added background color property
- Added image rotation functionality with gesture support
- Updated documentation
0.0.1 #
Initial Release
- Added support for multiple image formats: SVG, PNG, JPG, JPEG, GIF, WebP, BMP, TIFF, ICO, HEIC, and network images.
- Implemented interactive zooming (
enableZoom
). - Added error handling with customizable icons and colors.
- Supports onTap gesture detection.
- Fully customizable: height, width, fit, borders, alignment, and margins.
- Optimized for performance with caching for network images.