From 652af4c38b6ef340d1d7dcf13444a9a25514f5d6 Mon Sep 17 00:00:00 2001 From: ricardocosta43 Date: Tue, 27 Jun 2023 10:22:17 -0700 Subject: [PATCH] Update open_file_safe.dart Change file name from web --- lib/open_file_safe.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';