bkonyi / FlutterGeofencing

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

[Android] Only GeofenceEvent occurring is GeofenceEvent.exit #53

Closed elouiestudent closed 4 years ago

elouiestudent commented 4 years ago

When I added this plugin to my app, the only event that appears is GeofenceEvent.exit. I ran the example app and GeofenceEvent.enter fired. I'm not sure what part of the setup I am missing. Any help will be much appreciated!

Friday8229 commented 2 years ago

You got it working? I'm having the same issue. The enter event is never called.