sankey_flutter 0.0.3 copy "sankey_flutter: ^0.0.3" to clipboard
sankey_flutter: ^0.0.3 copied to clipboard

Flutter package for interactive Sankey diagrams with gradient links, node selection, and d3-sankey layout algorithm.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sankey_flutter

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

dependencies:
  sankey_flutter: ^0.0.3

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:sankey_flutter/interactive_sankey_painter.dart';
import 'package:sankey_flutter/sankey.dart';
import 'package:sankey_flutter/sankey_helpers.dart';
import 'package:sankey_flutter/sankey_link.dart';
import 'package:sankey_flutter/sankey_node.dart';
import 'package:sankey_flutter/sankey_painter.dart';
5
likes
150
points
531
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for interactive Sankey diagrams with gradient links, node selection, and d3-sankey layout algorithm.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on sankey_flutter