painter icon indicating copy to clipboard operation
painter copied to clipboard

Flutter Painter class starts marking from wrong position when wrapping painter with InteractiveViewer

Open Musaddiq625 opened this issue 5 years ago • 0 comments

Im using painter package: https://pub.dev/packages/painter - painter: ^0.4.0 and default InteractiveViewer Widget

Painter class standalone is working fine but, when wrapping it with InteractiveViewer InteractiveViewer(child: Painter(_controller))

on marking, it starts marking with delay, like approx. 10px from global position

I've tested my code by removing all other widgets, but the problem is still there.

Musaddiq625 avatar Nov 23 '20 07:11 Musaddiq625