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-new-tests #63

Closed JulianBissekkou closed 2 years ago

JulianBissekkou commented 2 years ago

This PR adds tests to check if nodes overlap. I also went through our app and collected as many example trees as possible so you have some test data to work with.