diff --git a/example/lib/main.dart b/example/lib/main.dart index aa9c5e26..58f616b9 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -24,7 +24,6 @@ class MyApp extends StatelessWidget { colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue.shade800), useMaterial3: true, ), - debugShowCheckedModeBanner: false, home: const MyHomePage(), ); }