Víctor Villar
Víctor Villar
### Steps to reproduce Same problem. * Flutter version 3.29.3 on channel stable * Dart version 3.7.2 * Device with error: Mobicell - Harman, model V3 Android SO: 7.1.1 ###...
It closes after a while on iOS. In Android 15 it doesn't seem to close Flutter: 3.32.4 stable ```dart @pragma('vm:entry-point') class BackgroundService { // Initialization // ... @pragma('vm:entry-point') static void...
### 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 documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...
To prevent the service from closing when the app is closed, I have defined: android:stopWithTask="false". I want to make sure that after hours of running in the background, the operating...
When I start the application, the ‘onRepeatEvent’ is correctly triggered, updating the push notification every 5 seconds. However, after the app has been in the background for several hours on...