I am trying to use foreground services however when I am building my app I get this error:
E/AndroidRuntime(17310): java.lang.RuntimeException: Unable to create service id.flutter.flutter_background_service.BackgroundService: android.app.MissingForegroundServiceTypeException: Starting
the flutter_background_service package I am using does not require a service tag in manifest, but still is failing the build.
On my permissions tab (and android manifest) I have the uses-permission for FOREGROUND_SERVICE and FOREGROUND_SERVICE_LOCATION