Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: A bug fix #592

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

fix: A bug fix #592

wants to merge 4 commits into from

Conversation

MultiX0
Copy link

@MultiX0 MultiX0 commented Feb 27, 2025

fix: Resolve unresolved reference errors in Workmanager plugin

This PR fixes compilation errors in the workmanager package that caused unresolved references to shim, ShimPluginRegistry, PluginRegistrantCallback, and Registrar in BackgroundWorker.kt and WorkmanagerPlugin.kt.

The issue was preventing the project from building successfully, specifically failing at :workmanager:compileDebugKotlin.

Updated references to align with the latest Flutter embedding changes.
Ensured compatibility with newer versions of Kotlin and Flutter.

Copy link

docs-page bot commented Feb 27, 2025

To view this pull requests documentation preview, visit the following URL:

docs.page/fluttercommunity/flutter_workmanager~592

Documentation is deployed and generated using docs.page.

}

override fun onMethodCall(call: MethodCall, result: Result) {
workmanagerCallHandler?.handle(call, result)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compile error disappeared when I changed this line to workmanagerCallHandler?.onMethodCall(call, result).

Fix some android build issues
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.

3 participants