plough 0.7.0 copy "plough: ^0.7.0" to clipboard
plough: ^0.7.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 plough

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

dependencies:
  plough: ^0.7.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:plough/plough.dart';
10
likes
130
points
144
downloads
screenshot

Publisher

verified publisherszktty.jp

Weekly Downloads

Flutter package to render interactive network graph visualizations, featuring multiple layout algorithms, customizable appearance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, equatable, fast_immutable_collections, flame, flutter, freezed_annotation, http, json_annotation, logger, uuid

More

Packages that depend on plough