bluefireteam / photo_view

📸 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.
MIT License
1.91k stars 547 forks source link

Add `childWrapper` to `PhotoViewGallery` #551

Open fischerscode opened 9 months ago

fischerscode commented 9 months ago

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