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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user