simple_beacons_flutter
simple_beacons_flutter copied to clipboard
A flutter plugin project to range & monitor iBeacons.
Hi I just updated xcode, flutter, the ios version on my device, and my Flutter application which uses beacons_plugin after not touching it for a few months. Sometimes I get...
I want scan beacon devices, wrote the code like example code but i only see 2. print in my console. I can't see 3. print and can't startMonitoring. ``` if...
Hello! I got the example but doesn't work. Any idea why ?
Once a region has been triggered and we've issued a push notification for that region I want to remove it from monitoring. If I am monitoring 20 regions how do...
IOS MissingPluginException on startup Please help me. Why is the swift file not ready to use? Not worked for me has everything I read in other issues.
Hi all, Which ibeacon devices (brand/model) are recommended to work with this package ? A website to buy in France/Europe?
Hi, For each time I stop and start scanning again, the number of beacons that are detected, increases as unusual. I think maybe listener of steam, remaining and beacons capture...
I have a problem wiht listenToBeacons. That's my code: > beaconEventsController.stream.listen((data) async { > print(data); > print('DATA'); > print(_beacons.length); > _beacons.clear(); > _beacons.add(json.decode(data)); > print(_beacons); > }, onDone: () {...
Hello ! Thanks for the plugin. It's working fine on Android but I have a problem on iOS : it detect nothing since I pass in version 2.0.0. I think...
version 1.0.16 - setMethodCallHandler is never been called. never been called