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

Builder with ID #50

Closed vin-fandemand closed 2 years ago

vin-fandemand commented 3 years ago

Node* getNodeUsingId(int* id) expects an int id vs (new) Node* Node.Id(dynamic id) expects dynamic. Making it dynamic would let us use even a string as an id for the node. Can you please fix this discrepancy? Also, when will this version be available in null safety.

nabil6391 commented 3 years ago

You are correct. let me see if I can get some time to work on this

nabil6391 commented 2 years ago

This is now fixed in 1.0.0