| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-20 | 659 Bytes | |
| workmanager v0.10.9 -- Android 16 one-off work hang fix source code.tar.gz | 2026-08-20 | 3.7 MB | |
| workmanager v0.10.9 -- Android 16 one-off work hang fix source code.zip | 2026-08-20 | 3.9 MB | |
| Totals: 3 Items | 7.7 MB | 0 | |
workmanager_android v0.10.8 — bounded Dart engine init, main-thread stops (#732, [#735])
- One-off work no longer stays RUNNING forever on Android 16 when the app is backgrounded mid-task: a new 30-second initialization watchdog fails the worker visibly instead of hanging silently.
- Worker stops (and
onTaskStoppedcallbacks) now run on the main thread — fixes the spurious@UiThreadexception notification on every cancel and makes the [#705] stop-reason feature actually fire on Android. - Engine teardown made idempotent across watchdog / task-result / stop paths.
workmanager v0.10.9
- Dependency bump:
workmanager_android ^0.10.8.