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.88k stars 539 forks source link

Double tap to zoom at mouse point or finger instead of base position. #394

Open AverageChau opened 3 years ago

AverageChau commented 3 years ago

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 in at the location that user double tap and zoom out at exactly location instead of jumping to the baseposition?

renancaraujo commented 3 years ago

This seems to be an enhancement to scale behavior.

Whimfoome commented 1 year ago

Any solution?

renancaraujo commented 1 year ago

Nope, putting p1 on this