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
420 stars 114 forks source link

Add option to round edges in SugiyamaEdgeRenderer #71

Closed JulianBissekkou closed 2 years ago

JulianBissekkou commented 2 years ago

This PR introduces the option to round the edges of the Sugiyama algorithm.

JulianBissekkou commented 2 years ago

@nabil6391 Any time to take a look at this PR?

nabil6391 commented 2 years ago

I have added a comment only in one place, other mostly LGTM. Thanks! @JulianBissekkou

JulianBissekkou commented 2 years ago

I have added a comment only in one place, other mostly LGTM. Thanks! @JulianBissekkou

Did you forget to submit your review? I don't see the comment.

JulianBissekkou commented 2 years ago

Fixed the feedback. 👍🏽

JulianBissekkou commented 2 years ago

Thanks for merging. Let me know when you deployed a new version to pub :)