Swipe Image Gallery
A scrollable, dismissable by swiping, zoomable, rotatable image gallery on which you can add a dynamic overlay. While it is intended for an image gallery different types of widgets can also be used.
Installation
Add swipe_image_gallery
as a dependency in your pubspec.yaml file.
Usage
With a List of Image Widgets
Using Builder
Add an Overlay
You can find the OverlayExample
widget here.
Hero Animation
For more detailed examples you can check out the example project.