Disable debug banner
This commit is contained in:
parent
96154c492a
commit
0639f243dd
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ class MyApp extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const MaterialApp(
|
||||
home: SplashScreen()
|
||||
home: SplashScreen(),
|
||||
debugShowCheckedModeBanner: false,
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue