plough 0.8.0 copy "plough: ^0.8.0" to clipboard
plough: ^0.8.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.8.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';
11
likes
150
points
100
downloads
screenshot

Documentation

API reference

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

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