fix: Android Download
This commit is contained in:
parent
b23126fb64
commit
08a3b199e7
5 changed files with 37 additions and 7 deletions
|
|
@ -11,5 +11,8 @@ abstract class PlatformInfos {
|
|||
static bool get isBetaDesktop =>
|
||||
!kIsWeb && (Platform.isWindows || Platform.isLinux);
|
||||
|
||||
static bool get isDesktop =>
|
||||
!kIsWeb && (Platform.isLinux || Platform.isWindows || Platform.isMacOS);
|
||||
|
||||
static bool get usesTouchscreen => !isMobile;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue