Skip to content

Commit 35885bf

Browse files
committed
feat: add model download controller
Refs #135
1 parent 5d0a701 commit 35885bf

9 files changed

Lines changed: 1216 additions & 83 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
* Added WebGPU readiness guidance covering browser capability checks,
55
cross-origin isolation, bridge asset/version diagnostics, fallback behavior,
66
model/configuration pressure, and the Flutter Web real-model smoke path.
7+
* **Model download UX**:
8+
* Added `ModelDownloadController`, a dependency-free helper that turns
9+
`ModelDownloadManager` cache/download work into app-facing lifecycle states
10+
for resolving, cache checks, downloads, verification, ready, failed,
11+
cancelled, and retry flows.
12+
* Wired the runnable chat app example through a `ModelDownloadManager` adapter
13+
so its model-management UI demonstrates the controller while preserving the
14+
example's multi-asset and web-cache service behavior.
715

816
## 0.6.13
917

0 commit comments

Comments
 (0)