Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unresolved reference: GeofencingService #56

Open
Tedsterh opened this issue Jul 12, 2020 · 1 comment
Open

Unresolved reference: GeofencingService #56

Tedsterh opened this issue Jul 12, 2020 · 1 comment

Comments

@Tedsterh
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants