image_gallery_viewer 0.0.1 copy "image_gallery_viewer: ^0.0.1" to clipboard
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'),
  ],
)
2
likes
140
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter widget to display a main image with small image indicators below.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

extended_image, flutter, flutter_svg, flutter_svg_provider, gap

More

Packages that depend on image_gallery_viewer