Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Musaddiq625 opened this issue Nov 23, 2020 · 0 comments

Comments

@Musaddiq625
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant