python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter Beacon Scanner not scan the beacon when application go in background
Hello I am using flutter beacon 0.5.1 for scanning beacon in android device. After some time when application go in background beacon doesn't scan. It generates empty results. I've tried to implement ...
Nisarg Trivedi
Votes: 0
Answers: 1
How can I add the beacon id?
I would like to show on the screen the distance (Unknown, far, near or right here) and the ID of the found beacon. This is my code
struct ContentView: View{
@ObservedObject var detector = Bea...
Stefania Carcaterra
Votes: 0
Answers: 1
BLE Scan Started but doesn't find any device
I'm trying create a plugin that scan BLE devices for Flutter. I did it in Kotlin and i started scan from Flutter via MethodChannel. I saw results in console on Android 11 but i can't see in Android 12...
Baran Gungor
Votes: 0
Answers: 0
setMethodCallHandler never run on BeaconsPlugin for Flutter
I want scan beacon devices, I'm using this plugin https://pub.dev/packages/beacons_plugin . I wrote the code like plugin's example code but i only see 2 print in my console. I can't see 3. print and c...
Baran Gungor
Votes: 0
Answers: 1