Skip to content

Commit 4a42483

Browse files
committed
app title
1 parent e6d2709 commit 4a42483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class MyApp extends StatelessWidget {
1818
child: Consumer<SupabaseService>(
1919
builder: (context, themeProvider, _) {
2020
return MaterialApp.router(
21+
title: 'Cooketh Flow',
2122
theme: AppTheme.light(),
2223
darkTheme: AppTheme.dark(),
2324
themeMode: themeProvider.isDark ? ThemeMode.dark : ThemeMode.light,

0 commit comments

Comments
 (0)