-
Running the container with docker compose I'm getting the following error
```
[03:39:31 INF] Application Shutdown
[03:39:32 INF] Application Start
[03:39:32 INF] Connect to MQTT server
[03:39:33 INF]…
-
First of all, thank you for the plugin you've implemented.
I've read the documentation and noticed that the plugin wakes the app every 15 minutes. This means that every task I want to keep running wi…
-
It would be AMAZING to have a background service of the app running in the background that handles connections to the scooter even while the app is closed.
This service could handle keyless unlock,…
-
the service is working properly but after i restart the device the message "Background Service - Preparing" is always showing in the notification bar, even though the service is done running and worki…
-
Since Android 10 a foreground service needs to have a type, see https://developer.android.com/about/versions/14/changes/fgs-types-required#short-service.
We've been using [FOREGROUND_SERVICE_TYPE_C…
-
### Description
Detected System.InvalidOperationException MauiContext is null via sentry.io when the app was resumed by the user approx 10 minutes of background services.
It's assumed the user eithe…
-
Background Service is not working on Android 14 , even after '' Allow all the time " manually . Service is not working in background and phone lock mode.
-
Whenever I build the app, I keep getting the below line in my debug console.
> `flutter_background_service_android` threw an error: Exception: This class should only be used in the main isolate (UI…
-
is it possible to check speed from background service without opening the app?
I'll try your code but it required activity for speed test how do I use this library in `Service`.
Any help would b…
-
### Please check the following before submitting a new issue.
- [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues).
- [X] I have carefully [read the docu…