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() {
|
void main() {
|
||||||
runApp(MaterialApp(
|
runApp(MaterialApp(
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
primarySwatch: Colors.blue,
|
primarySwatch: Colors.blue,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user