This commit is contained in:
Tomas Dvorak
2026-01-06 13:46:49 +01:00
18 changed files with 464 additions and 276 deletions
+5 -4
View File
@@ -17,6 +17,7 @@ void main() async {
const SystemUiOverlayStyle(
statusBarColor: Colors.transparent,
systemNavigationBarColor: Colors.transparent,
systemNavigationBarDividerColor: Colors.transparent,
),
);
@@ -28,13 +29,13 @@ void main() async {
runApp(
const ProviderScope(
child: LifeTimerApp(),
child: App1356(),
),
);
}
class LifeTimerApp extends ConsumerWidget {
const LifeTimerApp({super.key});
class App1356 extends ConsumerWidget {
const App1356({super.key});
@override
Widget build(BuildContext context, WidgetRef ref) {
@@ -42,7 +43,7 @@ class LifeTimerApp extends ConsumerWidget {
final themeMode = ref.watch(themeModeProvider);
return MaterialApp.router(
title: 'LifeTimer',
title: '1356',
debugShowCheckedModeBanner: false,
theme: AppTheme.light,
darkTheme: AppTheme.dark,