plough 0.6.0 
plough: ^0.6.0 copied to clipboard
Flutter package to render interactive network graph visualizations, featuring multiple layout algorithms, customizable appearance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add ploughThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  plough: ^0.6.0Alternatively, 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:plough/plough.dart';