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

How to close a tree diagram? #110

Open superorange opened 11 months ago

superorange commented 11 months ago
image

Thank you very much for this open source library. I have a requirement similar to a flowchart. Can I use this library to complete my diagram?