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

outdated

GraphView is used to display data in graph structures.

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.0

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';
448
likes
0
pub points
96%
popularity

Publisher

verified publishernabilmh.com

GraphView is used to display data in graph structures.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on graphview