foreground_background_manager 1.0.0
foreground_background_manager: ^1.0.0 copied to clipboard
A production-ready Flutter plugin for foreground/background detection, Android foreground services, background task scheduling, and lifecycle management.
1.0.0 #
- Initial production release.
- App lifecycle detection via
WidgetsBindingObserver. lifecycleStream,onForeground,onBackground,onAppKilled,onNotificationClick.- Android foreground service (
FBMForegroundService) with:START_STICKYfor OS-level auto-restart.AlarmManagerbackup restart for aggressive OEMs (Xiaomi/Huawei/Samsung).onTaskRemovedhandling for user swipe-kill.FBMBootReceiverfor auto-start after device reboot.- WakeLock to keep CPU active.
stopWithTask="false"declared in manifest.
- Background task scheduling: WorkManager (Android) + BGTaskScheduler (iOS).
- Permission handler: notifications, battery optimization, iOS background refresh.
FBMLoggerwith configurable level and external log sink.- Full Dart null safety, Dart 3 / Flutter 3.10+.
- Complete example app with dark glassmorphism UI.
- Full Android + iOS project files in example/.
- Unit test suite (20+ tests).