flutter_mini_chart 1.0.0
flutter_mini_chart: ^1.0.0 copied to clipboard
Lightweight, animated, interactive charts for Flutter. Bar, pie, doughnut charts with zero dependencies.
1.0.0 #
- MiniBarChart: vertical bar chart with axis, grid, data labels, animation
- MiniPieChart: pie and doughnut (innerRadius) with sweep animation
- Shared: legend, tooltip overlay, axis painter, chart container
- 3-level theming: per-widget > MiniChartTheme > Theme.of(context)
- Hover highlight and tap callbacks
- Zero external dependencies