don't show debug banner in debug mode
This commit is contained in:
parent
2e5009bc95
commit
0170730bdc
|
@ -206,6 +206,7 @@ import 'screens/loading.dart';
|
|||
|
||||
void main() {
|
||||
runApp(MaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user