Open savy-91 opened 4 years ago
@savy-91 hello sir , when you fired this one then what will output because when i was gitting this no location is printed in my console any idea ?
Geofence.getCurrentLocation().then((coordinate) {
print("great user location");
print("great got latitude: ${coordinate.latitude} and longitude: ${coordinate.longitude}");
});
I have this problem too. Android 11 pixel 4xl.
Hi! I tried integrating this in my app, with no luck: I would never get an error, but the callback was also never triggered.
I then tried to run the example on an Android emulator and here is the result: Android 9:
Android 10:
D/DC ( 5404): added them
But then, in both cases, the callback of entering/exiting a location is never called.
Is there any more info I can provide you to diagnose the problem?
Here is my flutter doctor output: