(Feat) Add google

This commit is contained in:
2026-07-18 13:11:03 +02:00
parent 01a0f1029f
commit 8dd5873f25
20 changed files with 596 additions and 379 deletions
+3
View File
@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import '../theme.dart';
import '../widgets/oauth_boutons.dart';
import 'login_screen.dart';
import 'signup_screen.dart';
@@ -57,6 +58,8 @@ class WelcomeScreen extends StatelessWidget {
),
child: const Text('J\'ai déjà un compte'),
),
const SizedBox(height: 16),
const OAuthBoutons(),
const SizedBox(height: 12),
],
),