pauldemarco/foreground_service

This plugin work with flutter_blue?

Opened this issue · 2 comments

M3sca commented

Hello, this plugin work with flutter_blue?
Can I run flutter_blue, in background?
I have see many people have request this features.
Thanks!

@M3sca Yes, this plugin can work with flutter_blue as well. The only change you need to make is to go to the library files of flutter_blue and edit the flutter_blue/android/src/main/java/com/pauldemarco/flutter_blue/FlutterBluePlugin.java file and replace the code in it with the code given here.

Hello, this plugin work with flutter_blue? Can I run flutter_blue, in background? I have see many people have request this features. Thanks!

Hey Did you manage to run flutter blue with foreground service ?