There was an error while loading. Please reload this page.
1 parent 832a971 commit ce588bbCopy full SHA for ce588bb
lib/main.dart
@@ -12,6 +12,7 @@ class MyApp extends StatelessWidget {
12
Widget build(BuildContext context) {
13
return MaterialApp(
14
title: 'Flutter Persistence Demo',
15
+ debugShowCheckedModeBanner: false,
16
theme: ThemeData(
17
primarySwatch: Colors.blue,
18
),
0 commit comments