-
Notifications
You must be signed in to change notification settings - Fork 292
Issues: fluttercommunity/flutter_workmanager
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
🐞Compile errors in example project (main.dart) - Methods not found
bug
Something isn't working
#581
by Turskyi
was closed Dec 18, 2024
Work Manager Thread crashes when API is called from Http or Dio
#563
by Deepakraj2022
was closed Nov 7, 2024
There is a problem that the calendar schedule that I read with device_calendar is not displayed, so I'm asking for help.
bug
Something isn't working
#550
by nicelee777
was closed Apr 25, 2024
pub.dev 0.5.2 is not the latest version
bug
Something isn't working
#549
by albertogjunior
was closed Apr 11, 2024
Error while running app with workmanager package
bug
Something isn't working
#536
by Shazin12
was closed Feb 9, 2024
* What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules jetified-kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and jetified-kotlin-stdlib-jdk8-1.7.20 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20) Duplicate class kotlin.internal.jdk8.JDK8PlatformImplementations found in modules jetified-kotlin-stdlib-1.8.10 (org.jetbrains
bug
Something isn't working
#526
by shakibhoseen
was closed Jan 26, 2024
4 tasks done
🐞[Unexpected Widget Rebuilds when Using WorkManager]
bug
Something isn't working
#522
by AvetisyanYuri
was closed Jan 27, 2024
3 tasks done
🐞[question] is there a way to limit the number of threads in Work Manager?
bug
Something isn't working
#520
by jihuncha
was closed Nov 7, 2023
🐞method registerPeriodicTask in ios not found
bug
Something isn't working
#516
by the-best-is-best
was closed Oct 24, 2023
4 tasks done
[help] Android build error
bug
Something isn't working
#510
by victor-nerdunited
was closed Sep 28, 2023
2 tasks done
Flutter workmanager: ^0.5.1 not compatible eith flutter google_maps_flutter: ^2.5.0
bug
Something isn't working
#504
by danielspalla
was closed Sep 22, 2023
4 tasks done
how to schedule task for every day at 12 AM ?
bug
Something isn't working
#503
by SkJamirul
was closed Sep 24, 2023
how to schedule task for every day at 12 AM ? final tomorrowMidnight = DateTime( now.year, now.month, now.day + 1, 0, 0); // Midnight of the next day final initialDelay = tomorrowMidnight.isBefore(now) ? tomorrowMidnight.add(const Duration(days: 1)).difference( now) // If it's already past midnight, schedule for the next day : tomorrowMidnight.difference(now); Workmanager().initialize(callbackDispatcher); Workmanager().registerPeriodicTask( "birthdayCheckTask3", // Unique task ID "birthdayCheckTask", // Task name initialDelay: initialDelay, frequency: const Duration(days: 1) // Run daily ); that's not working
bug
Something isn't working
#502
by SkJamirul
was closed Sep 12, 2023
4 tasks done
🐞 Inaccurate code in Readme file, the code in "How to use the package?"
bug
Something isn't working
#500
by NullByte08
was closed Sep 23, 2023
4 tasks done
🐞[Android] namenotfoundexception from example app
bug
Something isn't working
#495
by milindgoel15
was closed Sep 23, 2023
3 of 4 tasks
🐞Unable to use custom native plugin inside work manager callback.
bug
Something isn't working
#493
by BobFactory
was closed Jul 27, 2023
2 tasks done
[Android] not able to initialized WorkManager
bug
Something isn't working
#492
by avatarnguyen
was closed Sep 23, 2023
3 of 4 tasks
I just ran example app but causing error The Something isn't working
callbackDispatcher
is a top level function.
bug
#491
by kotran88
was closed Sep 23, 2023
🐞Periodic Task are not working on iOS.
bug
Something isn't working
#487
by anmolgupta321
was closed Jun 15, 2023
4 tasks done
[question] how to make background process long lived?
bug
Something isn't working
#485
by agufagit
was closed Jun 8, 2023
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-02-07.