Skip to content

Commit

Permalink
3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
crazecoder committed Oct 13, 2024
1 parent 4d3286c commit eb92075
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion open_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions open_file/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit eb92075

Please sign in to comment.