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>
45 lines
924 B
YAML
45 lines
924 B
YAML
name: ocideck
|
|
description: "Marp Presentation Builder for Desktop"
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.12.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
flutter_riverpod: ^3.3.1
|
|
file_picker: ^11.0.2
|
|
path_provider: ^2.1.5
|
|
path: ^1.9.1
|
|
uuid: ^4.5.1
|
|
window_manager: ^0.5.1
|
|
shared_preferences: ^2.3.3
|
|
pasteboard: ^0.5.0
|
|
pdf: ^3.12.0
|
|
archive: ^4.0.9
|
|
video_player: ^2.11.1
|
|
characters: ^1.3.0
|
|
url_launcher: ^6.3.0
|
|
desktop_drop: ^0.5.0
|
|
image: ^4.8.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
xml: ^6.6.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/de-winter-wittegeheel.png
|
|
- assets/themes/ocideck.css
|
|
fonts:
|
|
- family: EB Garamond
|
|
fonts:
|
|
- asset: assets/fonts/EBGaramond-Variable.ttf
|
|
- asset: assets/fonts/EBGaramond-Italic-Variable.ttf
|
|
style: italic
|