Skip to content

Commit ce588bb

Browse files
author
jdeguzman
committed
Remove debug banner
1 parent 832a971 commit ce588bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class MyApp extends StatelessWidget {
1212
Widget build(BuildContext context) {
1313
return MaterialApp(
1414
title: 'Flutter Persistence Demo',
15+
debugShowCheckedModeBanner: false,
1516
theme: ThemeData(
1617
primarySwatch: Colors.blue,
1718
),

0 commit comments

Comments
 (0)