diff --git a/lib/main.dart b/lib/main.dart index 6410e6d..4f12533 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -13,6 +13,7 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', + debugShowCheckedModeBanner: false, theme: ThemeData( colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple), useMaterial3: true,