lifecycle_guard_ios 0.0.2 copy "lifecycle_guard_ios: ^0.0.2" to clipboard
lifecycle_guard_ios: ^0.0.2 copied to clipboard

PlatformiOS

iOS implementation of lifecycle_guard for mission-critical background execution.

๐Ÿ›ก๏ธ lifecycle_guard_ios #

The iOS implementation for mission-critical background execution.

This package provides the iOS-specific implementation of lifecycle_guard. It utilizes BGTaskScheduler to ensure tasks are given execution time even when the app is in the background or suspended.

GitHub pub version License: BSD-3 Flutter


๐ŸŽฌ Demo #

lifecycle_guard Demo

Watch iOS bridge to native background task schedulers.


๐ŸŽ iOS Specifics #

  • BGTaskScheduler: Integrates with Apple's official background task management.
  • Background Processing: Requests dedicated background time for critical data sync.
  • Budget-Limited: Subject to iOS background execution time budgets.

๐Ÿš€ Usage #

This is an Implementation package. App developers should use the main lifecycle_guard package.


๐Ÿ“„ License #

BSD 3-Clause License โ€” see LICENSE for details.


Built with โค๏ธ by Crealify ยท Open to collaborate ยท PRs welcome

5
likes
140
points
178
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS implementation of lifecycle_guard for mission-critical background execution.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, lifecycle_guard_platform_interface

More

Packages that depend on lifecycle_guard_ios

Packages that implement lifecycle_guard_ios