flutter_geofence
flutter_geofence copied to clipboard
I tested your example on an emulator with Android 9 and Android 11. For both of them, the app does not reading the current location, I have to open the...
why this permission is required? ACCESS_FINE_LOCATION
I have noticed in android ! entry event never fired , only exit event fired, when app is opening I have tested.
Why the Geofence.startListening method is not calling?
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...
Hi @DwayneCoussement I am listening to multiple coordinates by looping ``` Geolocation( latitude: 11.4708305, longitude: 36.800271, radius: 200), id: 1); ``` Entry is working fine. But Exit event is firing...
Where can I put an expiration duration in Geofence.addGeolocation()?
I have working on ios and it's working great but when test it in android , it only working when is opening but when I close the app , it...