image_gallery_viewer 0.0.1
image_gallery_viewer: ^0.0.1 copied to clipboard
A Flutter widget to display a main image with small image indicators below.
Image Gallery Viewer #
A Flutter widget to display a main image with small image indicators below, similar to e-commerce product previews.
Features #
- Tap to change main image
- Smooth scroll of indicators
- Customizable
Usage #
ImageGalleryViewer(
images: [
NetworkImage('https://...'),
AssetImage('assets/image2.png'),
],
)