Loading repository data…
Loading repository data…
fluttercommunity / repository
A Flutter plugin which allows you to execute code in the background on Android and iOS.
Execute Dart code in the background, even when your app is closed. Perfect for data sync, file uploads, and periodic maintenance tasks.
Get started with background tasks in Flutter:
→ Quick Start Guide - Installation and setup
→ API Documentation - Complete Dart API reference
→ Debugging Guide - Troubleshooting help
Background tasks are perfect for:
See the example folder for a complete working demo with all task types and platform configurations.