nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
415 stars 115 forks source link

[Request] New Edge Renderers #80

Open viniciusamelio opened 2 years ago

viniciusamelio commented 2 years ago

Currently we have only an arrow edge render available, it would be nice to have any option such as Whimsical's edges and some that follows this style.

image

wickyou23 commented 2 years ago

I need this option as well.