legacy_pert_chart library
A high-performance PERT (Program Evaluation and Review Technique) chart for Flutter.
This library provides LegacyPertChartWidget to visualize task dependencies and critical paths using an automated layout engine.
Classes
- LegacyPertChartWidget
- A widget that displays a PERT (Program Evaluation and Review Technique) chart.
- LegacyPertTask
- A task (node) in the PERT chart.
Typedefs
- PertNodeBuilder = Widget? Function(BuildContext context, LegacyPertTask task, Size size)
- A function signature for building custom task nodes.