Home
Softono
flutter_workmanager

flutter_workmanager

Open source Dart
1K
Stars
360
Forks
113
Issues
20
Watchers
9 months
Last Commit

About flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

Flutter Workmanager

pub package pub points likes popularity GitHub Workflow Status license

Execute Dart code in the background, even when your app is closed. Perfect for data sync, file uploads, and periodic maintenance tasks.

πŸ“– Documentation

Get started with background tasks in Flutter:

β†’ Quick Start Guide - Installation and setup

β†’ API Documentation - Complete Dart API reference

β†’ Debugging Guide - Troubleshooting help

🎯 Use Cases

Background tasks are perfect for:

  • Sync data from API - Keep your app's data fresh
  • Upload files in background - Reliable file uploads
  • Clean up old data - Remove old files and cache
  • Fetch notifications - Check for new messages
  • Database maintenance - Optimize and clean databases

πŸ› Issues & Support

πŸš€ Example App

See the example folder for a complete working demo with all task types and platform configurations.