Skip to content

Commit 30b2658

Browse files
committed
3.5.10
1 parent f787c5b commit 30b2658

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

open_file/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.5.10
2+
* [MacOS] Optimized code and fix [#312](https://github.com/crazecoder/open_file/issues/312)
13
## 3.5.9
24
* [Android] fix [#302](https://github.com/crazecoder/open_file/issues/302)
35
* [Linux] fix [#303](https://github.com/crazecoder/open_file/issues/303)

open_file/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open_file
22
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)
3-
version: 3.5.9
3+
version: 3.5.10
44
repository: https://github.com/crazecoder/open_file
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
open_file_android: ^1.0.6
1616
open_file_web: ^0.0.4
1717
open_file_ios: ^1.0.3
18-
open_file_mac: ^1.0.2
18+
open_file_mac: ^1.0.3
1919
open_file_windows: ^0.0.3
2020
open_file_linux: ^0.0.5
2121
open_file_platform_interface: ^1.0.3

open_file_mac/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.0.3
2+
* fix [#312](https://github.com/crazecoder/open_file/issues/312).
13
## 1.0.2
24
* update `open_file_platform_interface: ^1.0.3`.
35
## 1.0.1

0 commit comments

Comments
 (0)