FlutterGeofencing
FlutterGeofencing copied to clipboard
Rough work for Flutter geofencing plugin
In iOS callback method is not working so unable to send data to IsolateNameServer port and retrieve data
I have added the lines of code that were mentioned in the readme. I added these inside my Application.kt which I have already created for Firebase Messaging Service. `GeofencingService.setPluginRegistrant(this)` However,...
I'm trying to run project example. When i tried to log Geofencing callback, it's working. It's sending message from SendingPort but `ReceivePort.listen()` is not triggered. I want to modify some...
I added geofence in my app similar to the example in this repository and I'm getting the following error: ` W/ConnectionTracker( 7947): Exception thrown while unbinding W/ConnectionTracker( 7947): java.lang.IllegalArgumentException: Service...
Just cleaned up the code with the "Code cleanup" functionality in Android Studio.
I have installed example app in iOS device and when i click on Register button. It does not work. It always shows **Current stat: N/A**. Is there any settings i...
Running the example code in IOS result in a crash on startup with the following error message: `flutter: Initializing..` ` *** Assertion failure in -[GeofencingPlugin startGeofencingService:], /Users/xxx/flutter/.pub-cache/hosted/pub.dartlang.org/geofencing-0.0.1/ios/Classes/GeofencingPlugin.m:164` `*** Terminating app...
In the crash section of google play console this error occurs a lot in our Android app: ``` java.lang.RuntimeException: at android.app.ActivityThread.handleCreateService (ActivityThread.java:3793) at android.app.ActivityThread.access$1400 (ActivityThread.java:241) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1823) at android.os.Handler.dispatchMessage...
Might be a dumb question, but I'm curious why mContext needs to be saved as a class variable in `GeoFencingService`? Since `JobIntentService` has its own context, why do you use...
Hi, I've hooked this library up to my Flutter iOS application, but trying to run the app on my iPhone is crashing with this message: ``` Launching lib/main.dart on iPhone...