nateshmbhat / touchable

The only flutter library to add gestures and animations to custom shapes you draw on your canvas.
https://pub.dev/packages/touchable
Mozilla Public License 2.0
233 stars 80 forks source link

Circles cannot be touched in the bottom right quadrant #27

Closed xerotolerant closed 3 years ago

xerotolerant commented 3 years ago

hello. circles don't appear to receive touch events on the bottom right corner.

This is not much of an issue on mobile where the contact area is huge but with mice there are obvious issues.

am I missing something or is this a bug?

xerotolerant commented 3 years ago

I was missing something. This is the same as described in another issue. I had an overlapping cricket and box and it was misbehaving.