This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
512
stars
65
forks
source link
fix gesture detector onDrag callback #325
Closed
nico3587 closed 2 months ago
I'm sorry for the failed first attempt. I'm not really used to doing this. I hope everything is fine now.
I fixed the issue with the GestureDetector's onDrag callback in the WoltModalSheetDragToDismissDetector.
Previously, the callbacks were not properly set to null when they needed to be disabled, which caused them to remain active unintentionally.
This is realated to issue #322