📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
This PR adds the option to wrap the pages of the PhotoViewGallery with a custom widget.
This can be used to add overlays to the pages like icon buttons.
This PR adds the option to wrap the pages of the
PhotoViewGallery
with a custom widget. This can be used to add overlays to the pages like icon buttons.Fixes #407