implement changes
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m27s
Pull Request Pipeline / lint (pull_request) Successful in 2m33s

This commit is contained in:
2026-01-03 15:38:25 +01:00
parent 9fc308554c
commit ec94e12ed7
22 changed files with 247 additions and 282 deletions

View File

@@ -20,7 +20,6 @@ class GameTracker extends StatelessWidget {
@override
Widget build(BuildContext context) {
print(AppLocalizations.supportedLocales.first);
return MaterialApp(
localizationsDelegates: AppLocalizations.localizationsDelegates,
supportedLocales: AppLocalizations.supportedLocales,
@@ -35,7 +34,7 @@ class GameTracker extends StatelessWidget {
);
},
debugShowCheckedModeBanner: false,
title: 'Game Tracker',
onGenerateTitle: (context) => AppLocalizations.of(context).game_tracker,
darkTheme: ThemeData.dark(),
themeMode: ThemeMode.dark, // forces dark mode