2026-06-02 23:28:39 +02:00
|
|
|
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
|
2026-06-04 02:30:03 +02:00
|
|
|
flutter_localizations:
|
|
|
|
|
sdk: flutter
|
2026-06-02 23:28:39 +02:00
|
|
|
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
|
2026-06-04 08:17:12 +02:00
|
|
|
screen_retriever: ^0.2.0
|
2026-06-02 23:28:39 +02:00
|
|
|
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
|
2026-06-03 22:00:25 +02:00
|
|
|
desktop_drop: ^0.7.1
|
2026-06-03 15:03:27 +02:00
|
|
|
image: ^4.8.0
|
2026-06-04 00:59:14 +02:00
|
|
|
flutter_highlight: ^0.7.0
|
|
|
|
|
flutter_math_fork: ^0.7.4
|
|
|
|
|
highlight: ^0.7.0
|
2026-06-05 00:02:51 +02:00
|
|
|
wakelock_plus: ^1.5.2
|
2026-06-02 23:28:39 +02:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
flutter_lints: ^6.0.0
|
|
|
|
|
xml: ^6.6.1
|
|
|
|
|
|
2026-06-05 00:02:51 +02:00
|
|
|
dependency_overrides:
|
|
|
|
|
screen_retriever_macos:
|
|
|
|
|
path: third_party/screen_retriever_macos
|
|
|
|
|
|
2026-06-02 23:28:39 +02:00
|
|
|
flutter:
|
2026-06-05 00:02:51 +02:00
|
|
|
config:
|
|
|
|
|
enable-swift-package-manager: false
|
2026-06-02 23:28:39 +02:00
|
|
|
uses-material-design: true
|
|
|
|
|
assets:
|
|
|
|
|
- assets/images/de-winter-wittegeheel.png
|
|
|
|
|
- assets/themes/ocideck.css
|
Add self-contained Marp HTML export
New export target: a single offline .html rendered from the deck's Marp
Markdown. Bundles (inlines) marked, highlight.js, MathJax (tex-svg, no font
files) and mermaid, so code highlighting, LaTeX math and mermaid diagrams all
render in any browser with no network access.
- MarpHtmlService splits the deck on `---`, strips front-matter, and inlines
the vendored libraries (assets/web_export/) with a </script> breakout guard.
The asset loader is injectable for testing.
- ExportFormat.html wired through ExportService (no rasterization needed),
the export dialog (new button, skips slide rendering) and app_shell
(passes the generated Markdown). Export dialog is now scrollable.
Note: rendered with marked, not Marp Core, so theme fidelity differs from the
in-app preview / PDF / PPTX; the win is a portable, dependency-free deck.
Tests: slide splitting, library inlining, breakout escaping, and an
end-to-end .html export.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 01:37:46 +02:00
|
|
|
- assets/web_export/
|
2026-06-03 15:03:27 +02:00
|
|
|
fonts:
|
|
|
|
|
- family: EB Garamond
|
|
|
|
|
fonts:
|
|
|
|
|
- asset: assets/fonts/EBGaramond-Variable.ttf
|
|
|
|
|
- asset: assets/fonts/EBGaramond-Italic-Variable.ttf
|
|
|
|
|
style: italic
|