2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Disable "debug" banner when running on simulator

This commit is contained in:
Oliver Walters
2021-08-26 21:14:14 +10:00
parent 0c9397f3c3
commit 157109e164
3 changed files with 4 additions and 9 deletions

View File

@ -59,6 +59,7 @@ class InvenTreeApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
builder: OneContext().builder,
navigatorKey: OneContext().key,
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,