added accuracy and distance traveled

This commit is contained in:
Nico
2025-06-04 21:12:16 +02:00
parent 9261abfc57
commit 820b19bd29
7 changed files with 164 additions and 6 deletions

View File

@@ -1126,6 +1126,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Pause Tracking'**
String get trackingPause;
/// Accuracy of GPS position
///
/// In en, this message translates to:
/// **'Accuracy'**
String get accuracy;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {