flutter_continued_task 0.1.0
flutter_continued_task: ^0.1.0 copied to clipboard
A Flutter plugin to ensure process lifecycle continuation and progress synchronization during long-running tasks in background across Android and iOS.
0.1.0 #
- Initial release.
- Android: foreground service (
FOREGROUND_SERVICE_DATA_SYNC) with progress notification, user cancel action, and zero-config manifest merging. - iOS 26+:
BGContinuedProcessingTasksubmission, progress updates, and expiration handling with a safe no-op fallback on earlier versions. TaskTrackerhigh-level API (ContinuedTask.track) — a singlesync(remaining)call drives start/update/stop, progress formatting, and IPC coalescing.titleBuilder/subtitleBuilder/configBuilderfor custom notification text.ContinuedTask.requestNotificationPermission()helper for Android 13+.dart run flutter_continued_task:setupCLI to configureios/Runner/Info.plist.