We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895373d commit 9fccd89Copy full SHA for 9fccd89
lib/src/native/loaders/dart_lib_loader.dart
@@ -8,7 +8,7 @@ import 'dart:io';
8
import 'dart:isolate';
9
10
import 'package:dargon2/src/native/loaders/lib_loader.dart';
11
-import 'dart:cli' if (dart.library.io) '';
+import 'dart:cli' if (dart.library.ui) '';
12
13
/// The Dylib Loader for any Dart native apps, regardless of platform. Loads the dylib
14
/// from the given path, based off a conditional import on dart:ui
0 commit comments