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

Update GraphView.dart #94

Closed VikasJilla closed 6 months ago

VikasJilla commented 1 year ago

key is being passed to super class as well and also to other widgets in build method leading to this issue.