filament_mobile_charts 0.1.6
filament_mobile_charts: ^0.1.6 copied to clipboard
Draws a Filament panel's published dashboard charts with fl_chart — the opt-in other half of filament_mobile, which ships no charting dependency.
Changelog #
0.1.6 — 2026-08-24 #
Constraint widened to filament_mobile: ^0.10.0. No behaviour change.
0.1.5 — 2026-08-21 #
Constraint widened to filament_mobile: ^0.9.2. No behaviour change.
0.1.4 — 2026-08-19 #
Constraint widened to filament_mobile: ^0.9.1. No behaviour change.
0.1.3 — 2026-08-18 #
No behaviour change. The filament_mobile constraint widens to ^0.9.0 —
0.9.0's implementer-breaking ResourceDataSource.relation() signature change
does not touch this package (it implements no data source), but a caret on
0.x stops at the next minor, so ^0.8.0 would have excluded the core version
this renderer ships beside.
0.1.2 — 2026-08-13 #
Everything pub.dev's own report docked 0.1.1 for. No behaviour change.
- Two files were not
dart format-clean (fl_dashboard_chart.dartand its test), costing the whole 10-point static-analysis section. Nothing had ever checked: the other two packages carry a CI workflow and this one did not, so its only gate was whatever a release ran by hand. It has one now, with the format check first, and it runs free in the public mirror like the others. - The
descriptionwas 240 characters, where pub.dev wants 60–180 and scores a longer one as an invalid pubspec — search results truncate it regardless. Shortened; the rest of the pitch is the README's job.
0.1.1 — 2026-08-13 #
README only. It now leads with a picture of what this package actually does —
a real dashboard with the stat tiles, sparkline and two plotted series drawn by
flChartBuilder(). pub.dev renders a README from the published archive, so an
image cannot reach the listing without a version.
0.1.0 — 2026-08-13 #
First release. flChartBuilder() draws every chart type the
filament_mobile dashboard contract can publish, with fl_chart: line,
bar, pie, doughnut, radar and scatter are plotted; polarArea,
bubble and unknown types render an honest unsupported-type note; zero
datasets render a no-data note. Palette and fallback strings are
host-overridable.