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

Directed graph flickering #111

Open usmanokara opened 10 months ago

usmanokara commented 10 months ago

graph is flickering also nodes move out of boundaries some time https://drive.google.com/file/d/1nGzvS0E2pLOJyPEf419BHeaPZObiLNBf/view?usp=sharing

Hassanch15 commented 10 months ago

I am facing the same issue. Any solution?

emmby commented 5 months ago

I have a potential fix in https://github.com/nabil6391/graphview/pull/117, please confirm if that fixes the issue for your graphs.