5

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

faysou
  • 1,142
  • 11
  • 25

1 Answers1

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.

faysou
  • 1,142
  • 11
  • 25