FlutterGeofencing icon indicating copy to clipboard operation
FlutterGeofencing copied to clipboard

Unresolved reference: GeofencingService

Open Tedsterh opened this issue 4 years ago • 1 comments

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.

Tedsterh avatar Jul 12 '20 10:07 Tedsterh

Have you made sure to import the service? import io.flutter.plugins.geofencing.GeofencingService;

evanblasband avatar Jan 05 '21 22:01 evanblasband