diff --git a/lib/main.dart b/lib/main.dart index 852c351..3c7aad5 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -16,7 +16,7 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue), useMaterial3: true, ), - home: const MyHomePage(title: 'Dart Flutter Demo'), + home: const MyHomePage(title: 'Deadliner'), ); } }