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

changed type from Key to ValueKey in getNodeUsingId, otherwise it is … #40

Closed artur-baginski closed 2 years ago

artur-baginski commented 3 years ago

…not consistent with class field and doesn't work correctly

nabil6391 commented 2 years ago

I have already made a fix for this. Thanks for the PR