-
Notifications
You must be signed in to change notification settings - Fork 362
Implement Linux support #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…riptor-detection-subscribe-char-android Test automatic descriptor detection subscribe char android (null-safety update)
needed to start migration
Null safety migration
There is nothing wrong with the previous code however for some weird reason firebase resets state of the eventchannels which looks really fishy. Also there are quite some bugs there. This workaround however makes sense and guarantees good functioning state.
…-to-latest-flutter-stable Upgrade null safety to latest flutter stable
…vices-while-bonding do not discover services when bonding is in progress [null-safety]
created new tabs and a prober viewmodel which simplifies things
…ity-example-app Increase functionality example app
…xample-app Add read write to example app
…y as they depend on an old version of args that conflicts with dbus
|
@robert-ancell thank you for submitting the pull request really awesome to have ble support for linux apps 🎉 . Will take a look to your PR probably in the weekend I am evening considering to open github discussions for this repo so we can have a more free form discussion. I am considering to migrate our plugin to the federated structure quite soon. I think it would give the repo more structure. |
|
@robert-ancell you can retarget the pr to master. Also I will create the federated plugin structure so this will help you integrating linux against our platform interface. Will make your life somewhat easier :) |
This is a branch I'm working on to add Linux Bluetooth support. I've based it on the null-safety branch which I hope will land in master soon. It's still in an early stage, but I though I'd raise it here to get feedback.
I thought this would require the plugin to be federated, but it seems we can add support in a similar fashion under the current structure.