flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

fix: A bug fix

Open MultiX0 opened this issue 8 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