chartify 1.0.2
chartify: ^1.0.2 copied to clipboard
A high-performance Flutter chart library with 32+ chart types including line, bar, pie, radar, gauge, sankey, treemap, and more. Modern theming, animations, and accessibility.
1.0.2 #
- Use full Apache License 2.0 text for proper OSI-approved license recognition
1.0.1 #
- Fix package description length for pub.dev compliance
- Fix LICENSE format for OSI-approved license recognition
- Remove unnecessary
dart:uiimports flagged by static analysis
1.0.0 #
Initial stable release of Chartify.
Chart Types (32+) #
Cartesian Charts: Line, Bar, Area, Scatter, Bubble, Candlestick, Box Plot, Histogram, Waterfall, Step, Range, Lollipop, Dumbbell, Slope, Bump, Bullet, Gantt
Circular Charts: Pie/Donut, Gauge, Radial Bar, Sunburst
Polar Charts: Radar, Rose
Hierarchical Charts: Funnel, Pyramid, Treemap
Specialty Charts: Heatmap, Calendar Heatmap, Sankey, Sparkline
Features #
- Modern theming system with
ChartThemeData.modern()andChartThemeData.modernDark()factories - Theme-driven rendering: shadow blur, corner radius, grid dash patterns, area fill opacity
- Anti-aliased rendering across all chart types
- Built-in animations with customizable curves and durations
- Interactive tooltips, hover effects, and selection
- Responsive layout with density-aware configurations
- Accessibility support (semantics, focus indicators, contrast validation)
- Data pipeline with validation, decimation, and export
- Plugin architecture for extensibility
- Cross-platform: Android, iOS, Web, macOS, Windows, Linux
