Zebra pattern in skills and project page and a little delay in init to show off the init view

This commit is contained in:
2025-05-16 00:04:23 +02:00
parent ebd5b994de
commit 6641254a5f
2 changed files with 30 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ import 'package:flutter_dotenv/flutter_dotenv.dart';
Future<bool> initApp() async {
await dotenv.load();
await Future.delayed(const Duration(seconds : 2));
return await checkToken();
}
class InitScreen extends StatelessWidget {