sankey_diagram_flutter 1.1.0
sankey_diagram_flutter: ^1.1.0 copied to clipboard
A highly customizable Sankey diagram widget for Flutter. Visualize broker distribution, fund flows, and any flow-based data with smooth bezier curves and full interactivity.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sankey_diagram_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sankey_diagram_flutter: ^1.1.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:sankey_diagram_flutter/sankey_diagram_flutter.dart';