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

Hello, can you help me and explain me with a little words what exaclty is this package ? Is an app or is a plugin that I can use in...

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. > Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.3.70. Required by: project 1) what is this...

hello I am trying to run the app on IOS, but it keeps showing me the following error in the console: ``` Xcode's output: ↳ === BUILD TARGET Runner OF...

FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'beacons' is using version 1.2.41. *...

(master) ➜ flutter build appbundle 035fef9 Waiting for another flutter command to release the startup lock... FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin...

I can see that the author did not accept pull request to fix the Gradle crashes, and the Github repo hasn't been updated for about a half year. I have...

E/AndroidRuntime(32216): FATAL EXCEPTION: IntentService[BeaconIntentProcessor] E/AndroidRuntime(32216): Process: io.intheloup.beaconsexample, PID: 32216 E/AndroidRuntime(32216): java.lang.RuntimeException: Methods marked with @UiThread must be executed on the main thread. Current thread: IntentService[BeaconIntentProcessor] E/AndroidRuntime(32216): at io.flutter.embedding.engine.FlutterJNI.ensureRunningOnMainThread(FlutterJNI.java:795) E/AndroidRuntime(32216): at...

E/AndroidRuntime(25157): FATAL EXCEPTION: main E/AndroidRuntime(25157): Process: com.flutterbeaconexample, PID: 25157 E/AndroidRuntime(25157): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/LocalBroadcastManager; E/AndroidRuntime(25157): at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.unregister(BeaconLocalBroadcastProcessor.java:82) E/AndroidRuntime(25157): at org.altbeacon.beacon.BeaconLocalBroadcastProcessor.register(BeaconLocalBroadcastProcessor.java:74) E/AndroidRuntime(25157): at org.altbeacon.beacon.service.BeaconService.ensureNotificationProcessorSetup(BeaconService.java:257) E/AndroidRuntime(25157): at org.altbeacon.beacon.service.BeaconService.onCreate(BeaconService.java:219) E/AndroidRuntime(25157): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3534)...

I'm running the example app on a Huawei Honor 6X with Android 7.0, and monitoring works fine as long as the app is running, i.e. it is either visible or...