image_viewer 0.5.2 image_viewer: ^0.5.2 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: ^0.5.2
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 packages only supports Android for now, very soon will be implemented for iOS devices.
Shoutout #
Shoutout to FrescoImageViewer