Ocideck/lib/widgets/dialogs
Brenno de Winter e63679978b Bundle EB Garamond font and add PDF export options
Privacy: replace the runtime google_fonts fetch with a locally bundled
EB Garamond (variable TTFs + OFL license), so the app no longer contacts
Google's servers. Removes the google_fonts dependency.

PDF export:
- Add a normal/compressed image-quality choice in the export dialog.
  Compressed re-encodes slides as JPEG (q60) at 1280px for a small handout,
  saved as a separate "-compact" file.
- Add a configurable export directory (Settings → Exportmap); when unset,
  exports land next to the deck as before.
- Prefix every export with a UTC timestamp (YYYYMMDDHHMMSS) so exports sort
  chronologically and never overwrite each other.

Tests: export service (compression, output dir, timestamp) and an export
dialog widget test asserting the quality choice renders.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 15:03:27 +02:00
..
add_slide_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
export_dialog.dart Bundle EB Garamond font and add PDF export options 2026-06-03 15:03:27 +02:00
find_replace_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
image_carousel_picker.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
import_slides_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
new_deck_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
open_presentation_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
presentation_info_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00
settings_dialog.dart Bundle EB Garamond font and add PDF export options 2026-06-03 15:03:27 +02:00
slide_finder_dialog.dart Initial commit: OciDeck Marp presentation builder 2026-06-02 23:28:39 +02:00