We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d2709 commit 4a42483Copy full SHA for 4a42483
lib/app.dart
@@ -18,6 +18,7 @@ class MyApp extends StatelessWidget {
18
child: Consumer<SupabaseService>(
19
builder: (context, themeProvider, _) {
20
return MaterialApp.router(
21
+ title: 'Cooketh Flow',
22
theme: AppTheme.light(),
23
darkTheme: AppTheme.dark(),
24
themeMode: themeProvider.isDark ? ThemeMode.dark : ThemeMode.light,
0 commit comments