From 7a6c3bca44a768232a44f8cb2eb856b418dd0134 Mon Sep 17 00:00:00 2001 From: kshib Date: Mon, 25 Dec 2023 23:41:24 +0530 Subject: [PATCH] hide debug banner --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 0f88638..e49707f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -17,6 +17,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return const MaterialApp( + debugShowCheckedModeBanner:false, home: MyHomePage(), ); }