'Graph network visualisation in flutter?

I'm a newbie in flutter. Would anybody have an idea of how to plot a graph network in flutter?

An example using d3js is below. I'm interested in a solution that doesn't use d3js so it could work on mobiles.

Thank you

https://bl.ocks.org/mbostock/1093130



Solution 1:[1]

This package seems to be an answer (very basic compared to d3 though): https://pub.dev/packages/graphview

Also I noticed this answer today: https://stackoverflow.com/a/59840394/884752

The package seems more advanced.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1