force_directed_graphview 0.3.0
force_directed_graphview: ^0.3.0 copied to clipboard
A highly customizable library for displaying force-directed graphs in Flutter.
0.3.0 #
- BREAKING: Add type generic to
Edge
class - Add
maxDistance
parameter toFruchtermanReingoldAlgorithmh
0.2.0 #
- Implement node pinning with
controller.setPinned
- Implement node replacement with
controller.replaceNode
- Implement clearing the graph with
controller.clear
- Update README.md
- Make example more usable
0.1.1 #
- Fix example link in README.md
0.1.0 #
- Initial release