app mobile allarmi prima

This commit is contained in:
2025-10-20 19:17:45 +02:00
commit 300912ee02
159 changed files with 11755 additions and 0 deletions

19
create_all_screens.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
# Script per creare tutte le schermate ASE
echo "Creando file screens e widgets..."
echo "Nota: i file completi sono troppo lunghi per essere creati automaticamente"
echo "Puoi trovare tutto il codice completo nei messaggi precedenti della conversazione"
echo ""
echo "Per ora hai tutti i file FONDAMENTALI:"
echo "✅ lib/main.dart"
echo "✅ lib/utils/constants.dart"
echo "✅ lib/utils/theme.dart"
echo "✅ lib/models/user.dart"
echo "✅ lib/models/allarme.dart"
echo "✅ lib/services/api_service.dart"
echo "✅ lib/services/auth_service.dart"
echo "✅ lib/services/notification_service.dart"
echo ""
echo "MANCANO le schermate UI (screens/ e widgets/)"
echo "Le creo ora in versione semplificata..."