flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

fix: A bug fix

Open MultiX0 opened this issue 9 months ago • 1 comments

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.

MultiX0 avatar Feb 27 '25 23:02 MultiX0

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.

docs-page[bot] avatar Feb 27 '25 23:02 docs-page[bot]

Closing this PR as it has been superseded by the comprehensive modernization work in v0.7.0 (PR #610). The version 0.7.0 includes updated Android Gradle Plugin 8.10.1, Kotlin 2.1.0, SDK 35, and all the latest toolchain updates that address the build issues this PR was attempting to fix.

ened avatar Jun 24 '25 11:06 ened