lempiy / flutter_graphite

Flutter widget to draw interactive direct graphs (flowcharts) of any complexity in a tile rectangular manner.
MIT License
166 stars 32 forks source link

Just a regular click on the edge #14

Closed EightRice closed 1 year ago

EightRice commented 2 years ago

I see all the gestures you can make on a mobile device, but I'm just looking to click on the edge from the web app. Is there a way to do that?

lempiy commented 2 years ago

I haven't tested how it works on web, but you may try to use onEdgeTapDown, onEdgeTapUp. Edges gestures works on top of https://github.com/nateshmbhat/touchable lib.

EightRice commented 2 years ago

Yeah, I tried all of them. TapDown is basically a drag that starts above the line and you have to intersect it in order to trigger.