PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
661 stars 321 forks source link

Add Linux desktop support #246

Open robert-ancell opened 3 years ago

robert-ancell commented 3 years ago

Flutter desktop support is now in beta, and it would be great if flutter_reactive_ble could work on both mobile and desktop. I've developed a bluez package that interfaces with the Linux BlueZ Bluetooth stack, and I'd like to propose we add support for that.

robert-ancell commented 3 years ago

I opened this issue to split out from https://github.com/PhilipsHue/flutter_reactive_ble/issues/112 as the Windows/MacOS solutions are likely to be quite different.

remonh87 commented 3 years ago

@robert-ancell it took a while but I migrated the federated plugin structure. Is there any chance you can help out with the linux support for our plugin and modify the pr?

robert-ancell commented 3 years ago

Thanks @remonh87 - I'll have a go at updating this branch to the new format.