force_directed_graphview 0.1.1
force_directed_graphview: ^0.1.1 copied to clipboard
A highly customizable library for displaying force-directed graphs in Flutter.
force_directed_graphview #
Web Demo #
Overview #
A highly customizable library for displaying force-directed graphs in Flutter.
This library is primarily designed to display graphs using force-directed layouts, but it can be used for other purposes as well with the implementation of a custom layout algorithm. Currently nodes can't be dragged by gestures. The entire canvas can be dragged and zoomed using underlying InteractiveViewer widget.
Usage #
For example usage see Example