diff --git a/lib/open_file_safe.dart b/lib/open_file_safe.dart index 500943b0..b88e3e11 100644 --- a/lib/open_file_safe.dart +++ b/lib/open_file_safe.dart @@ -2,4 +2,4 @@ library open_file_safe; export 'src/common/open_result.dart'; export 'src/plaform/open_file_safe.dart' - if (dart.library.html) 'src/web/open_file_safe.dart'; + if (dart.library.html) 'src/web/open_file.dart';