I hope you’re all doing well.
I’m currently tasked with developing a social app that uses Bluetooth for connectivity. The app needs to discover and connect to nearby devices reliably. However, I have faced some issues with the packages I have tried so far.
Packages Tried:
- flutter_blue_plus: This package doesn’t consistently discover all nearby devices.
- BridgefySDK: This paid SDK works about 80% of the time but occasionally has issues and behaves unreliably.
Despite these efforts, I haven’t been able to find a solution that works flawlessly.
I’m looking for suggestions or advice on how to achieve reliable Bluetooth connectivity in a social app using Flutter. I am open to using paid SDKs if they offer a reliable solution. Any recommendations on other packages, SDKs, or approaches to handle Bluetooth connectivity in Flutter would be greatly appreciated.