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

Problem with generation Directed Graph #78

Open abobafett-dev opened 2 years ago

abobafett-dev commented 2 years ago

Hello, I have a graph generated incorrectly from time to time, the video shows how in the first 4 seconds. https://youtu.be/zTisw2TC31M and file with that problem in repository: https://github.com/IStormtrooperI/tea_web/blob/master/lib/catalogPage.dart

DawsonKang commented 2 years ago

any new bug fix?