FlutterGeofencing
FlutterGeofencing copied to clipboard
Rough work for Flutter geofencing plugin
I have more than 40 geofences, but ios limit is only 20 I decided to update my 20 closest geofences when [enter/leaving my geofences] Unfortunately, when i receive GeofenceEvent.exit in...
I ran `flutter run` under the `example` dir, and it failed. I followed the instructions to change compileSdkVersion and kotlin_version, and now it works.
Just commented out the geo-permission request
Our users are getting the following exception, which we have not been able to recreate ourselves on our own devices. ``` java.lang.UnsatisfiedLinkError: at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation (Native Method) at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation (FlutterCallbackInformation.java:30) at...
In GeofencingService.kt the setPluginRegistrant. ``` fun setPluginRegistrant(callback: PluginRegistrantCallback) { // PluginRegistrantCallback is deprecated. sPluginRegistrantCallback = callback } ```
I downloaded the FlutterGeofencing code and tried to utilize the geofencing plugin in my project. I created a button for registering geofences. After creating the google map, I pressed the...
My problem, i was executing the example code from pub.dev, but, in some cases that only register the geofence, not excecute the callback, Some soluition for that? ![Captura de Pantalla...
notification is not popping when entered in the geofence region testing on Android for now
- example use case: I check all geofences to see if I am already inside one before creating a new one - returns all of the regions with id, latitude,...
Following the steps in `REAMDE` and including the plugin from git, I'm unable to compile the sources in a clean project. It only compiles if I replace ```kotlin override fun...