flutter_beacon
flutter_beacon copied to clipboard
Beacon Scanning not working when app is in background or terminated
Not able to scan beacon when my app is in background as well as terminated. I am trying to call beacon scanning functionality in flutter using Background Service but beacon scanning is not working in service and getting Error.
======== Exception caught by services library ====================================================== The following MissingPluginException was thrown while activating platform stream on channel flutter_beacon_event: MissingPluginException(No implementation found for method listen on channel flutter_beacon_event)
@PriyankaInoid did you find a solution to this?
@PriyankaInoid @Kreshnik find any solution?