refactor: Use different client name on debug
This commit is contained in:
parent
d2bfaabfbd
commit
3363c8175d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ abstract class PlatformInfos {
|
|||
static bool get usesTouchscreen => !isMobile;
|
||||
|
||||
static String get clientName =>
|
||||
'${AppConfig.applicationName} ${isWeb ? 'web' : Platform.operatingSystem}';
|
||||
'${AppConfig.applicationName} ${isWeb ? 'web' : Platform.operatingSystem}${kReleaseMode ? '' : 'Debug'}';
|
||||
|
||||
static Future<String> getVersion() async {
|
||||
var version = kIsWeb ? 'Web' : 'Unknown';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue