ltc 1 year ago
parent
commit
2c5bf2c544
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/main.dart

+ 1 - 0
lib/main.dart

@@ -13,6 +13,7 @@ class MyApp extends StatelessWidget {
   Widget build(BuildContext context) {
     return MaterialApp(
       title: 'Flutter Demo',
+      debugShowCheckedModeBanner: false,
       theme: ThemeData(
         primarySwatch: Colors.blue,
       ),