Skip to content

Commit

Permalink
hide debug banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Dec 25, 2023
1 parent 534e368 commit 7a6c3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return const MaterialApp(
debugShowCheckedModeBanner:false,
home: MyHomePage(),
);
}
Expand Down

0 comments on commit 7a6c3bc

Please sign in to comment.