mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Refact. Build flutter web (#7472)
* Refact. Build flutter web Signed-off-by: fufesou <shuanglongchen@yeah.net> * Refact. Flutter web, wrap Platform.xx Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
9
flutter/lib/web/common.dart
Normal file
9
flutter/lib/web/common.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
final isAndroid_ = false;
|
||||
final isIOS_ = false;
|
||||
final isWindows_ = false;
|
||||
final isMacOS_ = false;
|
||||
final isLinux_ = false;
|
||||
final isWeb_ = true;
|
||||
|
||||
final isDesktop_ = false;
|
||||
Reference in New Issue
Block a user