Renan

Results 117 comments of Renan

May be fixed on 0.14.0. See #476

Do you have any details of how you came to that issue? I dont have an iPhone so I cant reproduce just by the statements on the issue. An error...

Besides custom child use cases, Photo View uses flutter `Image` widget to display images (nothing fancy nor custom). Is it possible to now if on `Image` these images are displayed?

Looks like a Framework bug then. Gonna flag it here and wait for a fix or workaround. `

So I guess you can use a copy/fork of it with `PhotoView.customChild` right?

You can use the [custom child constructor](https://pub.dev/documentation/photo_view/latest/photo_view/PhotoView/PhotoView.customChild.html) on photo view, and wrap the image with a ClipRRect widget with border-radius set to `BorderRadius.zero`.

By doing that, you should put the a hero widget around cliprrrect in the small image screen

I will start with some I have on mind: - **onDoubleTap** When user double-taps PhotoView, before subsequent scale state changes - **onScalestart** When a scale gesture or animation starts -...

Double tap state cycle should be enhanced to allow it

Thanks for the tip. Putting into a milestone