lempiy/flutter_graphite

Hover detection on the Edge?

jemisgoti opened this issue · 3 comments

This package is vary useful and customisable. With node builder and mouse region we can detect hover for the any node and we can show the customised node based on that. I want to change color of the edge when user hover it. It is possible with this package? If yes, Then how?

lempiy commented

Hi.
Graphite uses touchable library to track edge gestures.

Support for hover events in this lib is not delivered yet. But some PRs already exist #52.

So we're waiting for touchable to add new features.

lempiy commented

Theoretically you can detect hover by your own code using pathBuilder + hover gesture tracker inside Interactiveviewer.

Okay, Thanks.