flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

isInDebugMode: false doesn't work

Open sirmamedical opened this issue 3 years ago • 3 comments

We use workmanager: ^0.5.0-dev.8 and the following code does not seem to work. It always sends two notifications with a sound, whenever workmanager's task is triggered.

Workmanager().initialize(
    callbackDispatcher, // The top level function, aka callbackDispatcher
    isInDebugMode: false // If enabled it will post a notification whenever the task is running. Handy for debugging tasks
)

sirmamedical avatar Mar 07 '22 08:03 sirmamedical

is in debugmode use to can be visible if using simulator to debug

kopianan avatar Mar 15 '22 08:03 kopianan

@sirmamedical iOS / Android?

ened avatar May 15 '22 12:05 ened

Same thing happens to me on Android

rosenpin avatar Oct 26 '22 13:10 rosenpin