hx_imagelistview 1.0.0
hx_imagelistview: ^1.0.0 copied to clipboard
A customizable Flutter widget to display a list of images in a grid layout, supporting full-screen preview with zoom, swipe-to-dismiss, and hero animations.
Changelog #
1.0.0 - 2025-05-07 #
Added #
- 🎉 Initial release of
HxImagelistview. - Display grid of image thumbnails with customizable spacing, border, padding, and radius.
- Supports custom model types via
getImageUrlfunction. - Full-screen image preview with zoom, swipe-to-dismiss using
ExtendedImageSlidePage. - Smooth transition animation using
Hero. - Image loading indicator (
CupertinoActivityIndicator) when loading.