plough 0.6.0 copy "plough: ^0.6.0" to clipboard
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 plough

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

dependencies:
  plough: ^0.6.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';
9
likes
140
points
35
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, event_bus, fast_immutable_collections, flame, flutter, freezed_annotation, json_annotation, logger, provider, signals, signals_flutter, uuid, very_good_analysis, vs_scrollbar

More

Packages that depend on plough