sankey_diagram_flutter 1.0.0
sankey_diagram_flutter: ^1.0.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.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const SankeyDemoApp());