Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6f2c221
feat: add optional plugin packages
leoafarias May 8, 2026
ac91a52
feat: integrate build plugins into SuperDeck CLI
leoafarias Jun 3, 2026
8c4b103
feat: add plugin visual export coverage
leoafarias Jun 5, 2026
2717b95
Merge branch 'main' into feat/plugins
leoafarias Jun 15, 2026
6575386
fix: align plugin package APIs
leoafarias Jun 15, 2026
4720b5f
fix: stabilize pdf golden check
leoafarias Jun 16, 2026
da84771
Refactor Mermaid build plugin and update tests
leoafarias Jun 16, 2026
8fa7fee
docs: improve plugin API documentation
leoafarias Jun 16, 2026
fcb4955
refactor: register runtime plugins through plugin objects
leoafarias Jun 16, 2026
f041979
feat: add jni to FFI plugin list and update dependencies in pubspec.lock
leoafarias Jun 16, 2026
43ac0aa
fix: harden plugin build and export flows
leoafarias Jun 17, 2026
83015cb
chore: strip trailing whitespace from vendored mermaid.min.js
leoafarias Jun 17, 2026
558a955
Merge remote-tracking branch 'origin/main' into feat/plugins
leoafarias Jun 17, 2026
2d424e1
fix: apply targeted plugin fixes for PDF lifecycle and Mermaid UTF-8
leoafarias Jun 17, 2026
9d67d4e
chore: update fvm, vscode settings, and Podfile.lock
leoafarias Jun 17, 2026
a210c14
fix: restrict Mermaid build fences to Markdown indentation rules
leoafarias Jun 17, 2026
dcbeef6
test: serialize melos test runs and prune unused PDF test code
leoafarias Jun 17, 2026
47d96b0
refactor: back DeckShellModalController with signals
leoafarias Jun 17, 2026
f078fb9
fix: tighten offscreen slide capture constraints
leoafarias Jun 17, 2026
ec022f8
fix: clear focus before menu transitions
leoafarias Jun 17, 2026
73e465a
fix: exclude collapsed menu controls from focus
leoafarias Jun 17, 2026
7b23194
fix: preserve menu semantics while excluding focus
leoafarias Jun 17, 2026
fdfa65e
fix: avoid startup focus traversal on web
leoafarias Jun 17, 2026
ee9331b
refactor: remove redundant app shell focus gate
leoafarias Jun 18, 2026
3bc9e53
fix: harden deck watch rebuild detection
leoafarias Jun 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.41.9"
"flutter": "stable"
}
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
- name: Run Unit Tests
run: melos run test --no-select

- name: Run PDF Plugin Golden Tests
run: |
cd packages/plugins/pdf
fvm flutter test test/goldens/pdf_export_dialog_golden_test.dart

integration-test:
runs-on: ubuntu-latest
name: Integration Tests
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"search.exclude": {
"**/.fvm/versions": true,
"**/.fvm/flutter_sdk": true
},
}
}
}
4 changes: 2 additions & 2 deletions demo/.superdeck/build_status.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "success",
"timestamp": "2026-05-05T16:06:53.242352Z",
"slideCount": 16,
"timestamp": "2026-06-16T18:16:23.856897Z",
"slideCount": 28,
"error": null
}
Loading
Loading