Add KMPTaskManager - Background Task Scheduler#183
Open
vietnguyentuan2019 wants to merge 1 commit intoterrakok:masterfrom
Open
Add KMPTaskManager - Background Task Scheduler#183vietnguyentuan2019 wants to merge 1 commit intoterrakok:masterfrom
vietnguyentuan2019 wants to merge 1 commit intoterrakok:masterfrom
Conversation
## Library Information **Name**: KMP TaskManager **Repository**: https://github.com/vietnguyentuan2019/KMPTaskManager **Maven Central**: https://central.sonatype.com/artifact/io.github.vietnguyentuan2019/kmptaskmanager **Current Version**: 2.2.0 ## Description A production-ready background task scheduler for Kotlin Multiplatform that provides unified API for Android (WorkManager) and iOS (BGTaskScheduler). ## Why Add This Library? - **Production Ready**: Stable v2.2.0 release with 85%+ test coverage - **Rich Features**: 9 trigger types (OneTime, Periodic, Exact, Windowed, BatteryLow, BatteryOkay, StorageLow, DeviceIdle, ContentUri) - **Task Chains**: Support for sequential and parallel task execution - **Platform Support**: Android & iOS with platform-specific optimizations - **Unique Value**: Only production-ready background task scheduler for KMP (competitors are pre-release) ## Fits the Criteria ✅ Supports iOS and Android as primary targets ✅ Published on Maven Central ✅ Active maintenance (last release: 2025-01-XX) ✅ Well documented with comprehensive README ✅ Solves a real pain point (no unified background task API in KMP) ## Suggested Entry ``` [KMP TaskManager](https://github.com/vietnguyentuan2019/KMPTaskManager) - Background Task Scheduler [](https://github.com/vietnguyentuan2019/KMPTaskManager) [](https://central.sonatype.com/artifact/io.github.vietnguyentuan2019/kmptaskmanager) > Unified background task scheduler for Android (WorkManager) and iOS (BGTaskScheduler). Supports 9 trigger types, task chains, and smart retry with backoff. ``` --- Thank you for maintaining this awesome list! This library fills a significant gap in the KMP ecosystem.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Library Information
Name: KMP TaskManager
Repository: https://github.com/vietnguyentuan2019/KMPTaskManager
Maven Central: https://central.sonatype.com/artifact/io.github.vietnguyentuan2019/kmptaskmanager
Current Version: 2.2.0
Description
A production-ready background task scheduler for Kotlin Multiplatform that provides unified API for Android (WorkManager) and iOS (BGTaskScheduler).
Why Add This Library?
Fits the Criteria
✅ Supports iOS and Android as primary targets
✅ Published on Maven Central
✅ Active maintenance (last release: 2025-01-XX)
✅ Well documented with comprehensive README
✅ Solves a real pain point (no unified background task API in KMP)
Suggested Entry
Thank you for maintaining this awesome list! This library fills a significant gap in the KMP ecosystem.