mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
Experimental support for haptic feedback
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user