flutter_background_service
flutter_background_service copied to clipboard
android.app.MissingForegroundServiceTypeException: Starting FGS
E/AndroidRuntime(31746): java.lang.RuntimeException: Unable to create service id.flutter.flutter_background_service.BackgroundService: android.app.MissingForegroundServiceTypeException: Starting FGS without a type callerApp=ProcessRecord{70f0a3 31746:com.project/u0a387} targetSDK=34
I am getting this exception for devices with SDK 34, but it's working fine for devices below SDK 34.