foreground_service icon indicating copy to clipboard operation
foreground_service copied to clipboard

This plugin work with flutter_blue?

Open M3sca opened this issue 4 years ago • 2 comments

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 avatar Jan 27 '21 15:01 M3sca

@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.

PrajwalDsouza avatar May 17 '21 13:05 PrajwalDsouza

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 ?

Eashubh128 avatar Jul 14 '23 08:07 Eashubh128