Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Edge/Line wrapping around the components to which it is connected. #21

Closed shujaatak closed 3 years ago

shujaatak commented 3 years ago

It would be so awesome if an optional feature could be included in the fdl which would allow the line to avoid crossing over those components to which it is connected. Line right now: screenshot-1 Required Feature: screenshot-3 OR screenshot-4

Arokip commented 3 years ago

It's already implemented. In current demo app it's possible by long clicking on the line. It is intended to allow library user to use their own gesture to make it work.

shujaatak commented 3 years ago

Works perfectly!