Image library: - "Clean up duplicates" finds byte-identical images by md5, keeps one file per group (preferring the most-used, then the oldest), merges the tags/descriptions and captions of the copies, repoints slides in open decks and in .md presentations on disk, and deletes the copies after a confirmation that lists every group. - A header toggle filters to images without tags/description, so it is easy to see which ones still need attention. - The delete warning now also lists presentations on disk that still reference the image (marked "not open"), next to the open decks. Editor and accessibility (already in tree): - Interface text scaling up to 200%, keyboard-operable panel divider, keyboard-first add-slide dialog, and screen-reader improvements. - Paste a spreadsheet/CSV/markdown selection into a table cell to fill the whole grid. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
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
|
|
flutter_localizations:
|
|
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
|
|
screen_retriever: ^0.2.0
|
|
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
|
|
crypto: ^3.0.0
|
|
url_launcher: ^6.3.0
|
|
desktop_drop: ^0.7.1
|
|
image: ^4.8.0
|
|
flutter_highlight: ^0.7.0
|
|
flutter_math_fork: ^0.7.4
|
|
highlight: ^0.7.0
|
|
wakelock_plus: ^1.5.2
|
|
# Vendored fork: adds native macOS window-geometry/fullscreen methods that
|
|
# the published 0.3.0 dropped, needed for the dual-screen presenter mode.
|
|
desktop_multi_window:
|
|
path: third_party/desktop_multi_window
|
|
fl_chart: ^1.2.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
xml: ^6.6.1
|
|
|
|
dependency_overrides:
|
|
screen_retriever_macos:
|
|
path: third_party/screen_retriever_macos
|
|
# 2.9.5+ publishes a Swift module whose private Objective-C dependency is
|
|
# not packaged correctly by CocoaPods on Xcode 26.
|
|
video_player_avfoundation: 2.9.4
|
|
|
|
flutter:
|
|
config:
|
|
enable-swift-package-manager: false
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/de-winter-wittegeheel.png
|
|
- assets/themes/ocideck.css
|
|
- assets/web_export/
|
|
fonts:
|
|
- family: EB Garamond
|
|
fonts:
|
|
- asset: assets/fonts/EBGaramond-Variable.ttf
|
|
- asset: assets/fonts/EBGaramond-Italic-Variable.ttf
|
|
style: italic
|