This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
511
stars
64
forks
source link
fix gesture detector onDrag callback #324
Closed
nico3587 closed 2 months ago
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