vovagorodok / ble_ota_app

Upload firmware over Bluetooth
MIT License
33 stars 4 forks source link

Windows/Linux/MacOS/Web support #19

Open AlivE-git opened 3 months ago

AlivE-git commented 3 months ago

I am trying to compile an application for Windows. When running with debugging, I get the following error: image If I run it without debugging, the application starts, but the device list is empty.

vovagorodok commented 3 months ago

Because internal flutter_reactive_ble library https://github.com/vovagorodok/ble_ota_app?tab=readme-ov-file#bleota supports only Android and iOS for this moment.
I'll think about this in future, perhaps by adding additional support of BLE libraries: bluetooth_low_energy and flutter_web_bluetooth

vovagorodok commented 3 weeks ago

Initial implementation: https://github.com/vovagorodok/ble_ota_app/pull/20