beacons icon indicating copy to clipboard operation
beacons copied to clipboard

Flutter beacons plugin for Android and iOS.

Results 33 beacons issues
Sort by recently updated
recently updated
newest added

Hi, I'm using the latest of the lib. Background monitoring is working fine on Android but not on IOS. I'm pretty sure it worked at some point on IOS, thus...

Currently the beacon library runs with Kotlin `1.2.x` which results in the error "coroutines cannot be used in release mode". This means I cannot run the library at all on...

I get following error: ``` * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher. The following dependencies do not satisfy the required...

I was having the same initial errors as defined in issue #1. However, after following the instructions, I now no longer get an error, instead don't get a build at...

Fixes kotlin related build erros with flutter 1.2.1 * updated .gitignore * updated deprecated kotlin dependencies * updated android support library

Updated kotlin version + downgraded android core utils to suppress compilation issues on projects generated with the latest version of Flutter (v1.0.0 / Dart 2.1.0)

We don't use Kotlin so removing this unnecessary dependency would decrease package size and project complexity. For libraries we prefer to stock with pure java.

This would be helpful for having a beacon running in background...

When I try to use startMonitoring method i got this error. I looked over the code and I didn't find any implementation of this. -.-

Changed beacon major and minor ids to String in BeaconRegionIBeacon to prevent parsing errors, removed unbind function