Open mrshootingstar opened 2 years ago
The same problem
@mrshootingstar @littlelioncjt based on the answer -> https://stackoverflow.com/a/66122623 You have to add a list of gestures to CanvasTouchDetector it looks something like this:
CanvasTouchDetector( gesturesToOverride: [GestureType.onTapDown], builder: (context) => CustomPaint(...))
Steps to repro:
You get this error: