| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-04 | 1.1 kB | |
| workmanager v0.10.7 -- web messaging + FGS opt-in source code.tar.gz | 2026-08-04 | 3.7 MB | |
| workmanager v0.10.7 -- web messaging + FGS opt-in source code.zip | 2026-08-04 | 3.9 MB | |
| Totals: 3 Items | 7.7 MB | 0 | |
workmanager_web v0.2.0 — bidirectional page↔worker messaging (#708)
- Free-form two-way
postMessagechannel:sendMessageToWorker()/workerMessages/sendToPage. - The example app gained a full web demo (worker chat, persistent background-task queue, Service Worker + notifications, PWA install flow) — live at https://fluttercommunity.github.io/flutter_workmanager/ with an intro/landing page.
workmanager_android v0.10.6 — FOREGROUND_SERVICE_DATA_SYNC opt-in (#725)
FOREGROUND_SERVICE_DATA_SYNC+ thedataSyncservice type are no longer in the merged manifest by default (Play Console special type: declaration + demo video requirement even when unused).- Opt in when you run long-running workers with the dataSync type:
workmanager.enableDataSyncForegroundService=truein gradle.properties. - Loud-failure guard: using
dataSyncwithout the opt-in (or expedited work with a stripped manifest) throws a descriptive error at registration instead of a SecurityException mid-task.
workmanager v0.10.7
- Dependency bumps:
workmanager_android ^0.10.6,workmanager_web ^0.2.0.