first commit

This commit is contained in:
DahoudG
2025-08-20 21:00:35 +00:00
commit b2a23bdf89
583 changed files with 243074 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Script pour tester la version temporaire uniquement
Write-Host "🚀 Test de la version temporaire..." -ForegroundColor Cyan
# S'assurer qu'on utilise la version temporaire
Copy-Item "lib\main_temp.dart" "lib\main.dart" -Force
Write-Host "✅ Version temporaire activée!" -ForegroundColor Green
Write-Host "📱 Maintenant lancez:" -ForegroundColor Yellow
Write-Host " flutter run" -ForegroundColor White
Write-Host ""
Write-Host "🔑 Identifiants de test:" -ForegroundColor Magenta
Write-Host " 📧 Email: admin@unionflow.dev" -ForegroundColor White
Write-Host " 🔑 Mot de passe: admin123" -ForegroundColor White
Write-Host ""
Write-Host " Cette version utilise des services temporaires sans dépendances complexes" -ForegroundColor Blue