python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to call a Flutter function from native implementation of Work manager in android?
Have a look at the images. I'm trying to implement the android work manager natively via the method channel. Now, if we start the work manager, I need to call a method on the Flutter side.
I can't fin...

Abdullah Riaz
Votes: 0
Answers: 1
Flutter Workmanager Task not updating with app update
So I have an issue where my existing Flutter Workmanager background task is not updating automatically following the app's update.
I have the example code which sets up a periodic Workmanager job.
voi...

BadgerHobbs
Votes: 0
Answers: 1
catch answer of WorkManager
I want to update the background color of my app in terms of result of my background task.
I use flutter_bloc and WorkManager.
I want my app to be blue during the action, and green if the result is goo...
AntoineD
Votes: 0
Answers: 0
Flutter: can't initialize shared preferences with workmanager
As the title say, I'm using 2 plugins, workmanager and shared preferences. The workmanager part works as it's supposed to, while I get an error from shared preferences.
This is part of my code which h...

Cedric
Votes: 0
Answers: 2