chore: Update SDK
This commit is contained in:
parent
3d00d9f532
commit
24ee341670
12 changed files with 94 additions and 46 deletions
|
|
@ -30,6 +30,8 @@ abstract class PlatformInfos {
|
|||
|
||||
static bool get usesTouchscreen => !isMobile;
|
||||
|
||||
static bool get platformCanRecord => (isMobile || isMacOS);
|
||||
|
||||
static String get clientName =>
|
||||
'${AppConfig.applicationName} ${isWeb ? 'web' : Platform.operatingSystem}${kReleaseMode ? '' : 'Debug'}';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue