fix: Disable vrouter logs in release mode

This commit is contained in:
Christian Pauly 2021-07-26 18:45:54 +02:00
parent 76363480b5
commit 1a80938908
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
key: _router,
title: '${AppConfig.applicationName}',
theme: theme,
logs: kReleaseMode ? VLogs.none : null,
darkTheme: darkTheme,
localizationsDelegates: L10n.localizationsDelegates,
supportedLocales: L10n.supportedLocales,