fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
859 stars 276 forks source link

Issue with binaryMessenger #137

Closed Jagadeesh09-dev closed 4 years ago

Jagadeesh09-dev commented 4 years ago

Hi, Iam new to flutter. I have installed workmanager version 0.2.0 and run the code, I am getting the following error

../../.pub-cache/hosted/pub.dartlang.org/workmanager-0.2.0/android/src/main/kotlin/be/tramckrijte/workmanager/WorkmanagerPlugin.kt: (18, 41): Unresolved reference: binaryMessenger

please help.

Screenshot from 2020-01-20 18-50-33

Jagadeesh09-dev commented 4 years ago

Issue resolved. When I have upgraded my flutter version. Thank you