chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
768 stars 465 forks source link

[Feature]: Linux Support #983

Open chipweinberger opened 2 months ago

chipweinberger commented 2 months ago

What is your feature request?

Add Linux support to FBP

chipweinberger commented 2 months ago

@tnc1997 recently created a PR for Linux: https://github.com/chipweinberger/flutter_blue_plus/pull/969

However, the official FBP repo (this one) plans to remain Android/iOS/Mac only.

If you want to develop Linux support, you should create a wrapper like we have for Windows (example: https://pub.dev/packages/flutter_blue_plus_windows)

I'll keep this issue open until someone creates a wrapper for Linux.

redradist commented 1 month ago

@chipweinberger

However, FBP plans to remain Android/iOS/Mac only.

As I understood you do not what any other platforms due to harder to maintain it

If you want to develop Linux support, you should create a wrapper like we have for Windows (example: https://pub.dev/packages/flutter_blue_plus_windows)

But than you write that you will leave it open for futher implementation of Linux ?!