flutter_background_service icon indicating copy to clipboard operation
flutter_background_service copied to clipboard

How to communicate between service and UI?

Open sanjay23singh opened this issue 4 years ago • 3 comments

I have created a banner which shows up while the user is having a call. My problem is using this packcage, how can I show up that banner when the app is closed.

sanjay23singh avatar May 21 '21 13:05 sanjay23singh

Hi @sanjay23singh closed app don’t have ui, the service runs on the background without ui

ekasetiawans avatar May 22 '21 00:05 ekasetiawans

Hi @sanjay23singh closed app don’t have ui, the service runs on the background without ui

How can we show that ui while receiving a call like truecaller

sanjay23singh avatar May 22 '21 06:05 sanjay23singh

Hi @sanjay23singh closed app don’t have ui, the service runs on the background without ui

How can we show that ui while receiving a call like truecaller

try to use this package it's helpful u can start it from background system_alert_window

X-SLAYER avatar Mar 23 '22 11:03 X-SLAYER