graphview 0.1.1 copy "graphview: ^0.1.1" to clipboard
graphview: ^0.1.1 copied to clipboard

outdated

GraphView is used to display data in graph structures. It can display tree layout using BuchheimWalkerAlgorithm and Directed graph using FruchtermanReingoldAlgorithm. Useful for Family Tree, Hierarchy [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphview

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  graphview: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:graphview/ArrowEdgeRenderer.dart';
import 'package:graphview/BuchheimWalkerAlgorithm.dart';
import 'package:graphview/EdgeRenderer.dart';
import 'package:graphview/FruchtermanReingoldAlgorithm.dart';
import 'package:graphview/Graph.dart';
import 'package:graphview/GraphView.dart';
import 'package:graphview/Layout.dart';
import 'package:graphview/TreeEdgeRenderer.dart';
416
likes
0
pub points
96%
popularity

Publisher

verified publishernabilmh.com

GraphView is used to display data in graph structures. It can display tree layout using BuchheimWalkerAlgorithm and Directed graph using FruchtermanReingoldAlgorithm. Useful for Family Tree, Hierarchy View, Flutter Widget Tree.Useful for Social network, Mind Map, Cluster, Graphs, Intercity Road Network,

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, pedantic

More

Packages that depend on graphview