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

I want to add some customer widget on each photo. I can't find the child widget to add when use PhotoViewGallery.builder.

**Is your feature request related to a problem? Please describe.** Yes, we have a lot of options to be passed to photo view, and since most of them are proxied...

**Describe the bug** While wrapping a PhotoView widget with a PhotoViewGestureDetectorScope, doing a double tap zooms in but when reaching the max scale, a double tap does nothing and not...

bug

**Describe the bug** I am trying to use a custom painter to draw translucent shapes over the top of a PhotoView widget. This works fine when the image is above...

Framework bug

I want to create a text widget, that can be moved easily across the screen. I thought I could simply do this ``` PhotoView.customChild( customSize: Size(100,150), backgroundDecoration: BoxDecoration( color: Colors.blue...

I can't display picked images in PhotoViewGallery because Asset and AssetThumb are not supported by PhotoViewGallery. Can you add support for Assets or create an ImageProvider wrapper for picked images?...

question

**Describe the bug** 've wrapped the PhotoViewGallery inside an GestureDetector. If i longPress on a random position on the screen, the onLongPress event of the upper GestureDetector never fired on...

bug
Gallery

I have this piece of code ```dart return Stack( children: [ Container( decoration: BoxDecoration(color: Colors.black.withOpacity(0.90)), constraints: BoxConstraints.expand( height: MediaQuery.of(context).size.height, ), child: PhotoViewGallery.builder( pageController: _controller, backgroundDecoration: BoxDecoration(color: Colors.transparent), scrollPhysics: const BouncingScrollPhysics(),...

help wanted
question

**Is your feature request related to a problem? Please describe.** I am unable to get the current page index inside the loadingbuilder. When I try to set the index inside...

bug
P1

**Is your feature request related to a problem? Please describe.** it is related to this issue: https://github.com/fireslime/photo_view/issues/133 **Describe the solution you'd like** > Since scrolling between pages blocks zooming, I...

enhancement