umair13adil / simple_beacons_flutter

A flutter plugin project to range & monitor iBeacons.
Apache License 2.0
35 stars 42 forks source link

I want to achieve BLE Beacon proximity detection #75

Open Kavinkumarsimple opened 1 year ago

Kavinkumarsimple commented 1 year ago

My use case is, i need to constantly scan for nearby beacons and whenever a particular device (e.g. Beacon1 ) gets detected, i have to perform a task (e.g. print User 1 is nearby) and when the user exits the area or when the beacon is turned off/inactive i have to log a message (e.g. User lost).

This is kind of urgent so i would really appreciate some help.

HaardikBhagtani commented 9 months ago

Hey @Kavinkumarsimple, did u find a solution to your issue?

securexperts commented 6 months ago

I'll be also interested! Any solutions found?