added first working prototype of flashcards

This commit is contained in:
odweta
2026-04-02 20:35:09 +02:00
parent 51ce826de6
commit eae9e34ddf
4 changed files with 68 additions and 13 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ class HlaskovnikFrontendApp extends StatelessWidget {
),
useMaterial3: true,
),
themeMode: ThemeMode.system,
//themeMode: ThemeMode.system, // TODO: .dark is just for testing
themeMode: ThemeMode.dark,
routerConfig: _router,
);
}