bkonyi / FlutterGeofencing

Rough work for Flutter geofencing plugin
BSD 3-Clause "New" or "Revised" License
337 stars 219 forks source link

Unresolved reference: GeofencingService #56

Open Tedsterh opened 4 years ago

Tedsterh commented 4 years ago

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.

evanblasband commented 3 years ago

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