You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I just found out according to the implementation of the PhotoViewGallery .
Don't use the PhotoViewGallery provided. Just use the PhotoViewGestureDetectorScope from the package to wrap your PageView.builder. If you want to zoom in and out the image, you can use the PhotoView from the package in the itemBuilder.
Then you wrap the whatever image widget with GestureDetector.
How to support longPress gesture on Gallery exmaple?
The text was updated successfully, but these errors were encountered: