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

Thanks for the excellent library! We're trying to use it as part of an app for [CS 125 @ Illinois](https://cs125.cs.illinois.edu/) to track when our course staff (and eventually students) come...

enhancement
help wanted

Users implementing background monitoring are required to subclass FlutterApplication on the Android side: ```kotlin class App : FlutterApplication() { override fun onCreate() { super.onCreate() BeaconsPlugin.init(this, object : BeaconsPlugin.BackgroundMonitoringCallback { override...

enhancement
Blocked