flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

Background Task not running untill app came from closed state

Open kururu-abdo opened this issue 4 months ago • 3 comments

I have noticed that background task not running until i open app when it closed completely , is this the default behavior or i did thing wrong? i init work manager in main function then in home screen i call periodic function.

main(){ ///init work manager

}

initState(){ // start background process //background function contains fetch location and HTTP request }

kururu-abdo avatar Aug 10 '25 12:08 kururu-abdo

Same issue appearing at my side after update , I think its default behaviour.

Muneeza-PT avatar Sep 01 '25 13:09 Muneeza-PT

Same issue to me.

LeeHeoJae avatar Sep 02 '25 14:09 LeeHeoJae

@Muneeza-PT i think so , OS background task restrictions

kururu-abdo avatar Sep 02 '25 14:09 kururu-abdo