flutter_geofence
flutter_geofence copied to clipboard
any extra code wee need to add this method?? because when i was create a separate method then user location is not get and when download your app then user...
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...
I'm testing the **flutter_geofence** example and I was able to show the notification on android but only when I hot reload the app. Can anyone help me? My code: import...
I am currently running this plugin on Android & iOS. Android works perfectly but iOS doesn't request any permissions. I have also added the required keys in Info.plist already. Currently...
is there any way to unregister only by id not fully `Geolocation` !?
Currently with significatn location changes the client of this library needs to implement a whole part on it's own in `didFinishLaunchingWithOptions`, and check the the launchOptions for the `UIApplication.LaunchOptionsKey.location` key....
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...
Hi! Is there anyway to create a geofence from multiple points like making a square, or a triangle, or just any polygon? If not, it should be added.