image_viewer 1.5.0 copy "image_viewer: ^1.5.0" to clipboard
image_viewer: ^1.5.0 copied to clipboard

A new Flutter plugin.

image_viewer #

Flutter image viewer library gives you the opportunity to easly integrate full screen images slider.

Getting Started #

Add dependency #

dependencies:
  image_viewer: ^1.5.0
copied to clipboard

Example #

    ImageViewer.showImageSlider(
      images: [
        //List of images' URLs
      ],
    );
copied to clipboard

You can also pass your starting position for the image viewer, so if you pass '1', the slider will start from the second item from your list.

    ImageViewer.showImageSlider(
      images: [
        //List of images' URLs
      ],
      startingPosition: 1,
    );
copied to clipboard

Platforms #

This pacakges is a stable version for both Android and iOS

Dependencies #

For Android: FrescoImageViewer

For iOS: Lightbox

45
likes
120
points
87
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

A new Flutter plugin.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_viewer