image_blur_web 0.0.1
image_blur_web: ^0.0.1 copied to clipboard
A Flutter widget for progressive image loading with blur-to-sharp transition effect. Supports placeholder, thumbnail preview, and smooth animated transitions optimized for web.
0.0.1 #
Features #
- Progressive image loading with blur-to-sharp transition effect
- Support for placeholder, thumbnail, and high-resolution images
- Smooth animated blur transition using
ImageFilter.blur - Customizable blur intensity and fade duration
- Hover effects support for web platforms
- Customizable border radius, box shadow, and background color
- Error handling with customizable error widget
- Loading indicator with customizable builder
- Supports all standard
Imagewidget properties (fit, alignment, repeat, etc.) - Memory-efficient image stream management
- Proper widget lifecycle handling with
didUpdateWidget