JulianAssmann / flutter_background

A flutter plugin to keep apps running in the background via foreground services. Android only.
https://pub.dev/packages/flutter_background
MIT License
86 stars 46 forks source link

Does this work with other flutter plugins? #1

Closed TexMexMax closed 3 years ago

TexMexMax commented 3 years ago

Gonna try to do bluetooth.

JulianAssmann commented 3 years ago

Yes, it should work with other plugins, as the whole isolate keeps running. However, I only tested it with the flutter_local_notifications plugin. It would be nice if you could let me know the results of your tests.

JulianAssmann commented 3 years ago

Do you have any updates on this? Otherwise I would close this issue.

JulianAssmann commented 3 years ago

I will close this issue now, feel free to reopen it.

yo80106 commented 3 years ago

@TexMexMax Did you successfully implement the plugin with Bluetooth? Recently, I am trying to do a similar thing. Thank you in advance.