feat: Implement location tracking service and haptic feedback for device advertising

This commit is contained in:
Janez T
2025-10-16 21:27:22 +02:00
parent c6c56f858d
commit 58d8ef0dae
18 changed files with 203 additions and 16 deletions

View File

@@ -1898,6 +1898,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Max: {power} dBm'**
String maxPowerDbm(int power);
/// Label for the current user in message bubbles
///
/// In en, this message translates to:
/// **'You'**
String get you;
}
class _AppLocalizationsDelegate