flutter_geofence
flutter_geofence copied to clipboard
Enter and Exit Geofence Location Event not found
Hi,
I have tried this demo and I have completed adding geofence location but can't find enter or exit event so anybody could help me how I can do it what is my issue?
I have added the demo which you wrote in the example
in my manifest file
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
Facing the same issue. I'm getting signification location change notifications but cannot get the geofence entry and exit events.