extended_image
extended_image copied to clipboard
Drag trackpad gestures
Now we have trackpad gestures in stable, I copied the same changes from https://github.com/flutter/flutter/pull/89944
This will allow using trackpad to swipe between pages in the page view.
any public api need to add? these changes are only internal changes?
Only internal change. But if you think we should allow users to enable or disable trackpad use, I can update it with supportedDevices
parameter on ExtendedImageGesturePageViewState
ExtendedImageGesturePageVie
ok, thanks, so the user can use trackpad to scroll ExtendedImageGesturePageView, right?
Yeah, after this change, you will be able to use Mac, Linux, Windows, and iPad trackpad to scroll between pages. I just had to copy the change here, since you have a customized gesture recognizer. I need to apply the same changes as in flutter/flutter
thanks for your contribution, i have merge the code from 3.3.8 and refactor them to be more convenience to merge at next time.