alann-maulana / flutter_beacon

An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Apache License 2.0
116 stars 142 forks source link

[Functionality Question] Scanning for all beacons #90

Open cloudbreakstudios opened 3 years ago

cloudbreakstudios commented 3 years ago

Is this package able to listen for all iBeacon signals? My requirement is that my app (Android and iOS) listens out for all iBeacons within range and then processes the information. This needs to work whilst the app is both in the foreground and background.

It looks like in order for this library to listen i need to provide specific regions/uuids which is not something i can do in this scenario.

Am i missing something or misreading the documentation?

If this library doesn't support this, is anyone aware of one that does?

Thanks in advance.

alann-maulana commented 3 years ago

Hi @cloudbreakstudios

You can check related comments about your answer above :

Maybe I'll update the docs soon or add it to FAQs