Vikas Jilla
Results
2
comments of
Vikas Jilla
@nabil6391 below is the sample code that was leading to the error. ``` final GlobalKey _graphViewKey = GlobalKey(); GraphView( key: _graphViewKey, graph: graph, algorithm: walkerAlgorithm!, animated: true, paint: Paint() ..color...
Please specify what exactly the issue is. Is the data not getting saved? Any error or crashes? Provide additional info. Any error logs or console logs would help others to...