force_directed_graphview 0.2.0 copy "force_directed_graphview: ^0.2.0" to clipboard
force_directed_graphview: ^0.2.0 copied to clipboard

A highly customizable library for displaying force-directed graphs in Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add force_directed_graphview

With Flutter:

 $ flutter pub add force_directed_graphview

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

dependencies:
  force_directed_graphview: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:force_directed_graphview/force_directed_graphview.dart';
9
likes
0
points
51
downloads

Publisher

verified publishercupofme.dev

Weekly Downloads

A highly customizable library for displaying force-directed graphs in Flutter.

Repository (GitHub)
View/report issues

Topics

#graph #graphview #force-directed-graph

License

unknown (license)

Dependencies

collection, flutter, meta, vector_math

More

Packages that depend on force_directed_graphview