chan150 / flutter_blue_plus_windows

MIT License
10 stars 5 forks source link

feat: implement windows using platform channel? #3

Closed chipweinberger closed 1 month ago

chipweinberger commented 8 months ago

see here: https://github.com/boskokg/flutter_blue_plus/issues/6#issuecomment-1932546607

It would be simpler than needing a wrapper IMO.

You would copy the code from WinBle, and alter it to use the Fbp platform channel.

stuartmorgan commented 8 months ago

See also https://github.com/flutter/flutter/issues/143095#issuecomment-1933973895 for an argument against this approach.