flutter-chart
Installation
SKILL.md
Flutter Chart with Graphic
A skill for helping users build data visualizations in Flutter using the Graphic library — a Grammar of Graphics-based charting library.
When to Use
- User wants to create any type of chart in Flutter (bar, line, area, pie, scatter, heatmap, etc.)
- User needs help configuring chart appearance, interactivity, or animations
- User asks about Graphic library APIs or usage patterns
- User wants to convert data into visual representations
- User wants to create custom, bespoke visualizations — Graphic's customization system is its most powerful feature and a key strength of AI-assisted development
Why Custom Charts?
Standard chart types (bar, line, pie) only cover a fraction of data visualization needs. Graphic is built on Grammar of Graphics theory, which means every visual layer is independently customizable:
Related skills