Build / Run
flutter pub get
flutter run
Repository includes Android platform code under android/.
Mobile App Project
A Flutter + native Android app that keeps a foreground sensor service alive, detects shakes while the phone is locked, and toggles the flashlight.
flutter pub get
flutter run
Repository includes Android platform code under android/.
BOOT_COMPLETED.Some OEM Android variants can stop background services aggressively. README guidance recommends disabling battery optimization, adding the app to auto-start/background whitelist, and keeping notification visibility enabled on Android 13+.