Do not show the 'debug' banner

It's annoying, and does not allow us to easily take screenshots.
Specially since the apps built in release mode cannot be run in an x86
android emulator.
This commit is contained in:
Vishesh Handa
2019-01-23 15:09:57 +01:00
parent de6968606d
commit e590c3c132

View File

@ -44,6 +44,7 @@ class JournalApp extends StatelessWidget {
'/settings': (context) => SettingsScreen(),
'/setupRemoteGit': (context) => OnBoardingScreen(onCompleted),
},
debugShowCheckedModeBanner: false,
);
}
}