From 533192dc9376939b41fa470a65b44f45eb703831 Mon Sep 17 00:00:00 2001 From: abhishek09827 <107637702+abhishek09827@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:54:32 +0530 Subject: [PATCH] Update main.dart Removed debug banner. --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 65b5748..c9fb4bd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -24,6 +24,7 @@ class _MyAppState extends State { @override Widget build(BuildContext context) { return MaterialApp( + debugShowCheckedModeBanner: false, home: Scaffold( body: IntroductionAnimationScreen()), );