flutter_bluetooth_serial icon indicating copy to clipboard operation
flutter_bluetooth_serial copied to clipboard

Feature Request: Compatibility with windows/linux/mac desktop

Open hiniesta opened this issue 6 years ago • 3 comments
trafficstars

I'm trying the Flutter Desktop Embedding (https://github.com/google/flutter-desktop-embedding). I want to migrate a Android project to linux desktop. It will be nice to have compatibility of this plugin with the desktop mode.

A test shows:

Unhandled Exception: MissingPluginException(No implementation found for method getBondedDevices on channel flutter_bluetooth_serial/methods)

hiniesta avatar Sep 06 '19 10:09 hiniesta

There is an example for Windows API: https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/BluetoothRfcommChat

husamhamu avatar Dec 05 '20 14:12 husamhamu

Maybe this can be the next steps for the library: @nightscape ? Flutter is a language for cross-platform development, and it would be cool to use it on the windows, linux or mac device. Many laptops have bluetooth and can be used for this.

CodeDoctorDE avatar Jul 05 '21 04:07 CodeDoctorDE

Hey @CodeDoctorDE, I don't have any plans in that direction. My project is Android only and I can only invest time if it helps that case. I'm open to reviewing PRs and getting stuff merged if anybody wants to put in the effort.

nightscape avatar Jul 05 '21 06:07 nightscape