flutter_continued_task 0.1.0 copy "flutter_continued_task: ^0.1.0" to clipboard
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+: BGContinuedProcessingTask submission, progress updates, and expiration handling with a safe no-op fallback on earlier versions.
  • TaskTracker high-level API (ContinuedTask.track) — a single sync(remaining) call drives start/update/stop, progress formatting, and IPC coalescing.
  • titleBuilder / subtitleBuilder / configBuilder for custom notification text.
  • ContinuedTask.requestNotificationPermission() helper for Android 13+.
  • dart run flutter_continued_task:setup CLI to configure ios/Runner/Info.plist.
2
likes
0
points
279
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to ensure process lifecycle continuation and progress synchronization during long-running tasks in background across Android and iOS.

Repository (GitHub)
View/report issues

Topics

#background #foreground-service #bgtaskscheduler #lifecycle

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_continued_task

Packages that implement flutter_continued_task