FlutterGeofencing
FlutterGeofencing copied to clipboard
Unresolved reference: GeofencingService
I have added the lines of code that were mentioned in the readme. I added these inside my Application.kt which I have already created for Firebase Messaging Service.
GeofencingService.setPluginRegistrant(this)
However, when I run this I get an unresolved error,
Unresolved reference: GeofencingService
As it says the package cannot be found, any help would be appreciated.
Have you made sure to import the service?
import io.flutter.plugins.geofencing.GeofencingService;