I'm currently building an app that turns my device into a Beacon while simultaneously scanning for other Beacons.
I've currently implemented 2 packages:
- flutter_beacon: https://pub.dev/packages/flutter_beacon
- beacon_broadcast: https://pub.dev/packages/beacon_broadcast
Everything is working as intended except that I'm broadcasting an AltBeacon and scanning for iBeacon, so my app can't recognize the signal I'm broadcasting.
Is there a package that either broadcasts iBeacon or monitors AltBeacon? Or maybe another way of achieving what I want to achieve? Any advice is greatly appreciated, as I'm stuck and out of ideas.