photo_view
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...
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...
**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...
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?...
**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...
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(),...
**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...
**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...