simple_beacons_flutter icon indicating copy to clipboard operation
simple_beacons_flutter copied to clipboard

A flutter plugin project to range & monitor iBeacons.

Results 35 simple_beacons_flutter issues
Sort by recently updated
recently updated
newest added

My use case is, i need to constantly scan for nearby beacons and whenever a particular device (e.g. Beacon1 ) gets detected, i have to perform a task (e.g. print...

Hi, when I try to start the service with "BeaconsPlugin.startMonitoring()" the following exception is thrown: MissingPluginException(No implementation found for method startMonitoring on channel beacons_plugin). This is blocking for using the...

good evening, i have a problem with the package, i have mainactivity.java yours is in kotlin, what should i write in java to make it work? because it gives me...

Hi, I have to learn battery of device. Can library support this field, or how can I learn? Thank you..

Altbeacons are able to scan, but ibeacons not able to scan

Hello, The plugin works very well in debug mod. But when I build an apk file and install it on my Android device, I got a problem. When I start...

Something has changed recently. My apps are no longer receiving beacon scan results and on further investigation, it appears that we never get the "scannerReady" channel method back! I have...

I have a use case where i want to scan beacon in the background even if the app is killed. ` await BeaconsPlugin.runInBackground(true);` added this for background but it is...

I am not getting any locked or activities while making the app to background and then lock the device. Its just showing logs for 1 or 2 minutes hardly and...

Hi, is this plugin actively maintained? Just a few questions, perhaps someone can help out: - It is possible to have a long running instance on Android as a foregroundservice?...