fix: Disable vrouter logs in release mode
This commit is contained in:
parent
1db380e7d2
commit
05e6e14b5a
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
|
||||||
key: _router,
|
key: _router,
|
||||||
title: '${AppConfig.applicationName}',
|
title: '${AppConfig.applicationName}',
|
||||||
theme: theme,
|
theme: theme,
|
||||||
|
logs: kReleaseMode ? VLogs.none : null,
|
||||||
darkTheme: darkTheme,
|
darkTheme: darkTheme,
|
||||||
localizationsDelegates: L10n.localizationsDelegates,
|
localizationsDelegates: L10n.localizationsDelegates,
|
||||||
supportedLocales: L10n.supportedLocales,
|
supportedLocales: L10n.supportedLocales,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue