changed everything from filcnaplo to refilc finally
This commit is contained in:
6
refilc/lib/utils/platform.dart
Normal file
6
refilc/lib/utils/platform.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'dart:io';
|
||||
|
||||
class PlatformUtils {
|
||||
static bool get isDesktop => Platform.isWindows || Platform.isMacOS || Platform.isLinux;
|
||||
static bool get isMobile => !isDesktop;
|
||||
}
|
||||
Reference in New Issue
Block a user