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

Can I add widget inside node? #120

Open dhruv2x opened 4 months ago

dhruv2x commented 4 months ago

I know that this is deprecated but can we implement it in another way? "https://pub.dev/packages/graphview#using-any-widget-inside-the-node-deprecated" You can even suggest any other flutter resources.