photo_view icon indicating copy to clipboard operation
photo_view copied to clipboard

📸 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 su...

Results 120 photo_view issues
Sort by recently updated
recently updated
newest added

**Describe the bug** GestureDetector inside PhotoView.customChild detects taps with delay of around 0.4s which is quite noticeable. I try to use Listener instead of GestureDetector and it seems it works...

bug
P1

Right now PhotoView is very short on callbacks. I'm sure that with the exposition of the internal state through the controller, most of the internal events will be accessible. But...

help wanted
question
P2

Let say I have a very long image PhotoView( initialScale: PhotoViewComputedScale.covered, basePosition: Alignment.topCenter, // minScale: PhotoViewComputedScale.covered, controller: PhotoViewController(), imageProvider: AssetImage('assets/image_sample.jpg'), ) Is there a way to make the image zoom...

enhancement
P1

It would be awesome to be able to zoom in by the default zoom gesture on a touchpad on desktop applications.

P2

**Describe the bug** Using the provided gallery example from the readme (example #2), but with NetworkImage instead of AssetImage, causes each image to be downloaded again when swiping into it,...

bug

**Is your feature request related to a problem? Please describe.** When the image is rotated, say 90 degree, the scrollable area does not change. This problem makes the user unable...

bug
P1
Core: hard

See https://github.com/renancaraujo/photo_view/issues/83

enhancement
physics

Even if I set minScale/maxScale values, I can still zoom outside of those limits. The widget will then automatically change the zoom progressively to return to an acceptable value. Would...

enhancement
physics

Currently it zooms to the center of the image/child widget. We have a rather big diagram as the child widget and it would be nice to quickly zoom to specific...

enhancement
Core: hard