Skip to content

chore(deps): Bump workmanager from 0.5.2 to 0.9.0+3 in /apps/mobile#19

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/apps/mobile/workmanager-0.9.03
Open

chore(deps): Bump workmanager from 0.5.2 to 0.9.0+3 in /apps/mobile#19
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pub/apps/mobile/workmanager-0.9.03

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown

Bumps workmanager from 0.5.2 to 0.9.0+3.

Release notes

Sourced from workmanager's releases.

v0.9.0+3 - Bug Fixes

Bug Fixes

This release fixes critical issues with Android initialization and iOS build compatibility.

Changes

🐛 Bug Fixes

  • Android: Fixed PlatformException "You have not properly initialized the Flutter WorkManager Package" on first run (#645)

    • Properly updates currentDispatcherHandle when initialize() is called
    • Thanks to @​jonathanduke for reporting and providing the initial fix
  • iOS: Fixed build errors with Logger availability (#641)

    • Added iOS 14.0 availability annotations to LoggingDebugHandler
    • Thanks to @​Hackmodford for reporting the issue

📚 Documentation

  • Added iOS 14.0 minimum deployment target requirement to documentation (#639)

Published Packages

  • workmanager v0.9.0+3
  • workmanager_android v0.9.0+2
  • workmanager_apple v0.9.1+2
  • workmanager_platform_interface v0.9.1+1

Closed Issues

v0.8.0 - Federated Plugin Architecture

🎉 Major Release - Federated Plugin Architecture

This release represents a major architectural change to the flutter_workmanager plugin, migrating to a federated plugin structure for better platform extensibility and maintainability.

🚨 Breaking Changes

Architecture Changes

  • Migrated to federated plugin architecture - Platform-specific implementations are now in separate packages:
    • workmanager_platform_interface - Shared platform interface
    • workmanager_android - Android WorkManager implementation
    • workmanager_apple - iOS BGTaskScheduler implementation (renamed from workmanager_ios)
    • workmanager - Main package with unified API

API Changes

  • Enum values changed from snake_case to camelCase for Dart conventions:
    • NetworkType: not_requirednotRequired, not_roamingnotRoaming
    • OutOfQuotaPolicy: run_as_non_expedited_work_requestrunAsNonExpeditedWorkRequest, drop_work_requestdropWorkRequest
  • Removed JSON serialization for inputData - Now uses native Map transfer for better performance and type safety
  • Android: Stricter payload type validation - only primitive types and lists of strings supported

... (truncated)

Changelog

Sourced from workmanager's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2025-08-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • workmanager - v0.9.0+3

workmanager_android - v0.9.0+2

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

workmanager_apple - v0.9.1+2

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

workmanager_platform_interface - v0.9.1+1

  • FIX: Android initialization bug and iOS 14 availability annotations (#647).

2025-08-06

Changes


Packages with breaking changes:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [workmanager](https://github.com/fluttercommunity/flutter_workmanager) from 0.5.2 to 0.9.0+3.
- [Release notes](https://github.com/fluttercommunity/flutter_workmanager/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_workmanager/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_workmanager/commits/workmanager-v0.9.0)

---
updated-dependencies:
- dependency-name: workmanager
  dependency-version: 0.9.0+3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from hoangnv2602 as a code owner June 12, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants