Add modif of compile

This commit is contained in:
Hanim
2025-09-12 16:28:55 +02:00
parent 05b2380181
commit 68adc027cb
6 changed files with 7 additions and 72 deletions
+6 -5
View File
@@ -140,7 +140,8 @@ class _LoginPageState extends State<LoginPage> {
body: LayoutBuilder(
builder: (context, constraints) {
// Version desktop (web)
if (kIsWeb) {
// if (kIsWeb) {
final w = constraints.maxWidth;
final h = constraints.maxHeight;
@@ -346,12 +347,12 @@ class _LoginPageState extends State<LoginPage> {
);
},
);
}
// }
// Version mobile (à implémenter)
return const Center(
child: Text('Version mobile à implémenter'),
);
// return const Center(
// child: Text('Version mobile à implémenter'),
// );
},
),
);