Ocideck/test
Brenno de Winter 32ef54e037 Add chart slides (bar/line/pie) with hybrid CSV storage
New "Grafiek" slide type rendering bar, line and pie charts.

Storage fits Marp: a ```chart fenced block holds the spec as JSON. Small
charts keep their data inline (the .md stays self-contained); data-driven
charts link an external CSV via "source": "data/<name>.csv" kept in a
separate data/ directory and packaged into .ocideck like images. On save
the inline data is stripped for linked charts (the CSV is the source of
truth); on open it is re-hydrated from the CSV.

- lib/models/chart.dart: ChartSpec/ChartSeries JSON parse/serialize,
  inline-vs-source handling, and a CSV parser.
- In-app rendering (preview/presenter/PDF/PPTX) via fl_chart.
- HTML export renders charts as self-contained inline SVG generated in
  Dart (no JS chart library); export inlines linked data so the page is
  standalone.
- Editor: type picker, title, a CSV-style data field, and CSV import that
  can inline the data or link it as data/<name>.csv (with unlink).
- Markdown round-trip + .ocideck packaging of linked CSVs; translations
  for all supported languages.

flutter analyze is clean, all tests pass (new chart/CSV/round-trip tests),
and the macOS debug build compiles.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 11:42:44 +02:00
..
annotation_test.dart Add annotation layer (laser, pen, highlighter) over slides 2026-06-07 11:14:51 +02:00
app_localizations_test.dart Improve presentation settings and localization 2026-06-05 19:14:54 +02:00
bullets_image_preview_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
caption_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
chart_test.dart Add chart slides (bar/line/pie) with hybrid CSV storage 2026-06-07 11:42:44 +02:00
deck_provider_test.dart Improve presentation settings and localization 2026-06-05 19:14:54 +02:00
description_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
editor_selection_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
export_dialog_test.dart Bundle EB Garamond font and add PDF export options 2026-06-03 15:03:27 +02:00
export_service_test.dart Add self-contained Marp HTML export 2026-06-04 01:37:46 +02:00
file_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
footer_preview_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
free_markdown_preview_test.dart feat: refine presenter and language options 2026-06-04 08:17:12 +02:00
fullscreen_presenter_test.dart Extend dual-screen presenter to Windows and Linux 2026-06-06 22:03:56 +02:00
image_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
image_slides_preview_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
inline_markdown_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
markdown_round_trip_test.dart Add chart slides (bar/line/pie) with hybrid CSV storage 2026-06-07 11:42:44 +02:00
markdown_service_test.dart feat: polish app icons and presentation exports 2026-06-05 00:02:51 +02:00
marp_html_service_test.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
package_export_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
recovery_service_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
settings_provider_test.dart Add app theming, code slides, and flicker-free transitions 2026-06-06 20:41:24 +02:00
slide_media_gating_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
slide_text_style_test.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
tlp_test.dart Add per-slide TLP classification with sharing-level filtering 2026-06-06 22:34:42 +02:00
widget_test.dart Add app theming, code slides, and flicker-free transitions 2026-06-06 20:41:24 +02:00