mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 09:49:11 +08:00
9558974080
* 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>
10 lines
171 B
Dart
10 lines
171 B
Dart
|
|
final isAndroid_ = false;
|
|
final isIOS_ = false;
|
|
final isWindows_ = false;
|
|
final isMacOS_ = false;
|
|
final isLinux_ = false;
|
|
final isWeb_ = true;
|
|
|
|
final isDesktop_ = false;
|