Skip to content

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

@Musaddiq625

Description

@Musaddiq625

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions