Arokip / flutter_diagram_editor

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

Whether to support graphic connection #40

Closed Big-billed-shark closed 4 months ago

Big-billed-shark commented 1 year ago

Our project needs images to connect itself. Is it supported?

Arokip commented 1 year ago

@Big-billed-shark not sure what you mean. I imagine something like this in the picture, am I right?

Screenshot 2023-06-12 at 9 51 31
Big-billed-shark commented 1 year ago

@Big-billed-shark not sure what you mean. I imagine something like this in the picture, am I right?

Screenshot 2023-06-12 at 9 51 31

Yes

Arokip commented 1 year ago

I am sure it's possible with the current version of the package. It has to be implemented probably like this:

  1. create connection from component to the same component
  2. add some new points/joints on the new created connection when connection itself (two new points to make a triangle)