shricko
Results
2
comments of
shricko
Same issue here, any help? 
Update: To solve issue temporarily, I've removed the condition, and leave only the _GraphView object to return (not _GraphViewAnimated) in GraphView.dart: ``` if (widget.algorithm is FruchtermanReingoldAlgorithm) { return _GraphViewAnimated( key:...