flutter_workmanager
flutter_workmanager copied to clipboard
fix: A bug fix
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.