DwayneCoussement / flutter_geofence

BSD 3-Clause "New" or "Revised" License
42 stars 40 forks source link

User location updating slow and didnt get notification some time ? #23

Open aTeamSolace opened 4 years ago

aTeamSolace commented 4 years ago

hey @DwayneCoussement We have tried your plugin, this help to me. but we are facing below issues

  1. Current User location is getting updated after 2-3 minutes, is there any way we can receive this within seconds
  2. Sometimes we are not receiving the notification when we enter the region or exit from region

i was just make code and add my home region and radius like below

Geolocation location = Geolocation(latitude: 19.9694782, longitude: 73.7652528, radius: 500.10, id: "Rane_Nagar");

when i enter in region then received notification but it takes some time near about 5-6 minutes. then i was exit the region on exit didnt get any notification

i home you will help to me

devalp-pro commented 4 years ago

Application is in foreground mode then the application was triggered Geofence.startListening() method but while the application is in background/kill mode then application not triggered Geofence.startListening() method. @DwayneCoussement Please give an update on this it is a necessary part of geofence while the app is in the background or in kill mode then the user must get updated.