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
428
stars
119
forks
source link
How to add edge weight or value in Directed graph? #9
Hi I want to use directed graphs but with Edge weights. How can I use directed graphs from your library?