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

PlatformAndroid

Android implementation of lifecycle_guard for mission-critical background execution.

πŸ›‘οΈ lifecycle_guard_android #

The Android implementation for mission-critical background execution.

This package provides the Android-specific implementation of lifecycle_guard. It utilizes a robust Foreground Service with dataSync type to ensure tasks survive app termination and system optimizations.

GitHub pub version License: BSD-3 Flutter


🎬 Demo #

lifecycle_guard Demo

Watch the Android Foreground Service protect your background tasks.


πŸ€– Android Specifics #

  • Foreground Service: Runs a persistent service to keep the process alive.
  • Android 15+ Ready: Fully compliant with foregroundServiceType="dataSync".
  • Notification: Requires a persistent notification as per Android OS standards.

πŸš€ 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

7
likes
140
points
13
downloads

Documentation

API reference

Publisher

verified publisheranil-bhattarai.com.np

Weekly Downloads

Android 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_android

Packages that implement lifecycle_guard_android