ConnectyCube / connectycube-flutter-call-kit

A Flutter plugin for displaying call screen when the app in the background or terminated.
https://developers.connectycube.com/flutter
Apache License 2.0
55 stars 75 forks source link

Error: ConnectycubeFlutterBgPerformingService #131

Closed kostricanitechnology closed 6 months ago

kostricanitechnology commented 6 months ago

IM getting the following error when I try to build the app after updating the plugin. I am using Flutter version 3.16.7

e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/ConnectycubeFlutterCallKitPlugin.kt:20:83 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/ConnectycubeFlutterCallKitPlugin.kt:133:17 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/ConnectycubeFlutterCallKitPlugin.kt:401:9 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/EventReceiver.kt:11:83 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/EventReceiver.kt:56:21 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/EventReceiver.kt:94:21 Unresolved reference: ConnectycubeFlutterBgPerformingService e: file:///C:/Users/user/AppData/Local/Pub/Cache/hosted/pub.dev/connectycube_flutter_call_kit-2.6.0/android/src/main/kotlin/com/connectycube/flutter/connectycube_flutter_call_kit/background_isolates/FlutterConnectycubeBackgroundExecutor.kt:49:9 Unresolved reference: ConnectycubeFlutterBgPerformingService

kostricanitechnology commented 6 months ago

It is fixed by deleting the cache manually and deleting the build folder and dart.tool folder

TatankaConCube commented 6 months ago

please close the ticket if your issue was resolved