yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 117 forks source link

get tap coordinates #25

Closed Goddard closed 1 year ago

Goddard commented 2 years ago

How can we get the tap coordinates?

lively-bigyan commented 2 years ago

Right now getting tap coordinates isn't possible through the package. What is the scenario you are thinking about? You could just use a GestureDetector to get the tap coordinates.