Graph network visualisation in flutter?

1,363

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.

Share:
1,363
faysou
Author by

faysou

Email: Uncompress@"1:eJxTTMoPCpZkYGBIS6wsTszRS0xKLcpOzEt1SM9NzMzRS87PBQCzpQtP" An interesting project I worked on, a package for object oriented in Mathematica: https://github.com/faysou/MTools

Updated on December 16, 2022

Comments

  • faysou
    faysou over 1 year

    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