added tracking function. Not testet on a walk yet. Also the notifiation doesnt work

time

forgot to save tracking file
This commit is contained in:
Nico
2025-05-15 22:01:36 +02:00
parent 0e621ba1ef
commit 895bcf1d5c
10 changed files with 301 additions and 6 deletions

View File

@@ -1048,6 +1048,24 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Distance traveled'**
String get zurueckgelegteStrecke;
/// No description provided for @tracking.
///
/// In en, this message translates to:
/// **'Tracking'**
String get tracking;
/// No description provided for @couldntDeterminePosition.
///
/// In en, this message translates to:
/// **'couldn\'t determine position'**
String get couldntDeterminePosition;
/// No description provided for @trackingRunningInBackground.
///
/// In en, this message translates to:
/// **'The tracking service is running in the background'**
String get trackingRunningInBackground;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {