fluttercommunity/flutter_workmanager
A Flutter plugin which allows you to execute code in the background on Android and iOS. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 2602
- days_rel: 13
- days_push: 13
- n_releases_24m: 25
Adoption not part of the score
1025 stars · 363 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Flutter plugin that lets developers execute Dart code in the background on Android and iOS, even when the app is closed. It wraps native schedulers like Android's WorkManager/JobScheduler and iOS background fetch to support periodic and one-off tasks.
Use cases
- run background tasks in a flutter app
- sync data from an api periodically on mobile
- upload files in the background on android and ios
- schedule periodic cleanup of cached data
- fetch new notifications while app is closed
- run long-running background work as a foreground service
When to choose
- you need reliable periodic or one-off background execution in a Flutter app on Android or iOS
- you want tasks to survive app closure using native schedulers like WorkManager and background fetch
- you need long-running background work like bulk uploads with a foreground service notification
When to avoid
- you need background execution on platforms other than Android, iOS, or macOS
- you need web support for production, since web support is experimental with honest limitations
- your project requires a permissively licensed dependency and license clarity is critical, as the repo license metadata is unclear
Facets
plugin · maturity active
scheduling workflow-automation mobile-framework mobile-development cross-platform cross-platform flutter-plugin background-tasks workmanager jobscheduler background-fetch headless-execution periodic-tasks foreground-service automation android ios flutter mobile
1 source
- readme: https://github.com/fluttercommunity/flutter_workmanager · fetched 2026-08-28 · 32840e3c6e04
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fluttercommunity/flutter_workmanager | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="fluttercommunity/flutter_workmanager")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem