From e4b91606ae90b12ea026ee7e794651b84e8a61c7 Mon Sep 17 00:00:00 2001 From: Ramkrishna-egov <85437265+Ramkrishna-egov@users.noreply.github.com> Date: Sat, 14 Jan 2023 15:01:03 +0530 Subject: [PATCH] Update path for web open_file The file in web folder name is open_file.dart not open_file_safe.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';