feat: Implement notification service for SAR messages and add localization support

This commit is contained in:
Janez T
2025-10-16 16:31:35 +02:00
parent d69355a9b8
commit 09e53e579a
17 changed files with 629 additions and 3 deletions

View File

@@ -9,7 +9,8 @@
"Bash(dart pub global run intl_utils:generate:*)",
"Bash(dart pub global deactivate:*)",
"Bash(flutter precache:*)",
"Bash(flutter analyze:*)"
"Bash(flutter analyze:*)",
"Bash(flutter pub get:*)"
],
"deny": [],
"ask": []