Skip to content

Commit 9fccd89

Browse files
committed
fix library import
1 parent 895373d commit 9fccd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/native/loaders/dart_lib_loader.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'dart:io';
88
import 'dart:isolate';
99

1010
import 'package:dargon2/src/native/loaders/lib_loader.dart';
11-
import 'dart:cli' if (dart.library.io) '';
11+
import 'dart:cli' if (dart.library.ui) '';
1212

1313
/// The Dylib Loader for any Dart native apps, regardless of platform. Loads the dylib
1414
/// from the given path, based off a conditional import on dart:ui

0 commit comments

Comments
 (0)