shricko

Results 2 comments of shricko

Same issue here, any help? ![image](https://user-images.githubusercontent.com/43806365/157904106-590c7fe9-88d7-481c-a83d-44f115c8ba0d.png)

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:...