Experimental support for haptic feedback

This commit is contained in:
PaperCube
2024-02-16 13:48:57 +00:00
parent 6b41459281
commit 1d8f6bed6b
3 changed files with 8 additions and 2 deletions

View File

@@ -61,3 +61,4 @@ final isWeb = OS.type == OS.web;
final isMobile = OS.type == OS.ios || OS.type == OS.android;
final isDesktop =
OS.type == OS.linux || OS.type == OS.macos || OS.type == OS.windows;
const isDebuggingMobileLayoutOnDesktop = kDebugMode;