Skip to content

workmanager v0.10.9 — Android 16 one-off work hang fix

Latest

Choose a tag to compare

@ened ened released this 20 Aug 05:46
5ffa188

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 onTaskStopped callbacks) now run on the main thread — fixes the spurious @UiThread exception 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.