pszklarska / beacon_broadcast

A Flutter plugin for turning your device into a beacon.
https://pub.dartlang.org/packages/beacon_broadcast/
MIT License
81 stars 33 forks source link

[Android] Multiple event broadcasting #40

Open akshay-simform opened 3 months ago

akshay-simform commented 3 months ago

On Android, Beacon is broadcasting different values multiple times without any user input. On iOS device, it is working fine, as expected.

I have also added the logs while any event is broadcasted. On any user input, the logs are printed, but after that when the frequent events are broadcasted, no logs are printed.

akshay-simform commented 1 month ago

@pszklarska ^^ Can you please help me with the issue?