From 9fa98e288fe09f0ec11e666d5a91f71f4bd8ea23 Mon Sep 17 00:00:00 2001 From: amitkumar15kellton <118510603+amitkumar15kellton@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:45:39 +0530 Subject: [PATCH] Update open_file_safe.dart File is not available open_file_safe.dart to change the file name open_file.dart --- 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';