image_viewer 0.5.3+1 copy "image_viewer: ^0.5.3+1" to clipboard
image_viewer: ^0.5.3+1 copied to clipboard

outdated

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: ^0.5.3+1

Example #

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

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,
    );

Platforms #

This pacakges is stable on Android, and still under testing on iOS platform.

Dependencies #

For Android: FrescoImageViewer

For iOS: Lightbox

45
likes
20
pub points
86%
popularity

Publisher

unverified uploader

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_viewer