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