From eb92075379984910ae371bfd98b1980cb836c5bb Mon Sep 17 00:00:00 2001 From: crazecoder <21527312@qq.com> Date: Sun, 13 Oct 2024 20:40:43 +0800 Subject: [PATCH] 3.5.9 --- open_file/CHANGELOG.md | 8 +++++++- open_file/pubspec.yaml | 16 ++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/open_file/CHANGELOG.md b/open_file/CHANGELOG.md index b8354ea..9fea399 100644 --- a/open_file/CHANGELOG.md +++ b/open_file/CHANGELOG.md @@ -1,9 +1,15 @@ +## 3.5.9 +* [Android] fix [#302](https://github.com/crazecoder/open_file/issues/302) +* [Linux] fix [#303](https://github.com/crazecoder/open_file/issues/303) +## 3.5.8 +* [Android] use canonicalPath instead of path +* [Android] use checkUriPermission to check whether the file has permission to open ## 3.5.7 * fix [#300](https://github.com/crazecoder/open_file/issues/300) ## 3.5.6 * fix [#298](https://github.com/crazecoder/open_file/issues/298) ## 3.5.5 -fix for wasm (thanks to [@sgehrman](https://github.com/sgehrman)) +* fix for wasm (thanks to [@sgehrman](https://github.com/sgehrman)) ## 3.5.4 * fix [#294](https://github.com/crazecoder/open_file/issues/294) ## 3.5.3 diff --git a/open_file/pubspec.yaml b/open_file/pubspec.yaml index 095de88..9d6fbf8 100644 --- a/open_file/pubspec.yaml +++ b/open_file/pubspec.yaml @@ -1,6 +1,6 @@ name: open_file description: A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html) -version: 3.5.7 +version: 3.5.9 repository: https://github.com/crazecoder/open_file environment: @@ -12,13 +12,13 @@ dependencies: flutter: sdk: flutter - open_file_android: ^1.0.3 - open_file_web: ^0.0.3 - open_file_ios: ^1.0.2 - open_file_mac: ^1.0.1 - open_file_windows: ^0.0.2 - open_file_linux: ^0.0.4 - open_file_platform_interface: ^1.0.2 + open_file_android: ^1.0.6 + open_file_web: ^0.0.4 + open_file_ios: ^1.0.3 + open_file_mac: ^1.0.2 + open_file_windows: ^0.0.3 + open_file_linux: ^0.0.5 + open_file_platform_interface: ^1.0.3 dev_dependencies: flutter_test: