polaris_radar 1.0.2
polaris_radar: ^1.0.2 copied to clipboard
A highly customizable Flutter radar chart with per-dataset dashed borders, custom vertex markers (circle/square/diamond/triangle), and implicit animations.
1.0.2 #
- Initial stable release.
- Radar chart widget with implicit animations (
PolarisRadarChart). PolarisRadarData/PolarisDataSetdata model with==/hashCodedeep comparison.- Per-dataset borders: solid or dashed (
RadarLineStyle.dashArray). - Vertex marker shapes:
circle/square/diamond/triangle/none. - Grid shapes: circle or polygon (
RadarGridShape). - Legend widget
RadarLegendItemwith selection highlighting. - Touch interaction: vertex hit / edge hit / tooltip overlay.
selectedDataSetIndexfor external dataset highlight control.duration: Duration.zeroskips animation pipeline (static rendering).PolarisLabelCachecaches TextPainter across frames, reducing repaint cost in thumbnail scenarios.