You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Entry is working fine.
But Exit event is firing multiple times, if user has not entered then also sometimes without entry event, exit is firing.
Geofence.startListening(GeolocationEvent.exit, (exit) {
debugPrint("Exit of a geo region Welcome to: ${exit.id}");
// NotificationService.showSimpleNotification(
// '', "Thank you for visiting: ${entry.id}");
NotificationService.showSimpleNotification(
"thank you",
});
Any help would be appreciated!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @DwayneCoussement I am listening to multiple coordinates by looping
Entry is working fine.
But Exit event is firing multiple times, if user has not entered then also sometimes without entry event, exit is firing.
Any help would be appreciated!!
The text was updated successfully, but these errors were encountered: