Skip to content

Commit

Permalink
Release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javaherisaber committed Oct 25, 2022
1 parent 9d2027d commit a7452ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.0
* Upgrade example project with latest version of flutter (3.3.5) and Android (33) (Commit#9d2027d)[https://github.com/javaherisaber/open_filex/commit/9d2027d4063194c822bb81c7a74ff20aadb0f2ee]
* Upgrade support for Granular media permissions in Android 33 (Commit#261f446)[https://github.com/javaherisaber/open_filex/commit/261f4463835eb293a059bc09030443d5093bcbd2]
* Remove usages of `REQUEST_INSTALL_PACKAGES` in Android plugin (PR#1)[https://github.com/javaherisaber/open_filex/pull/1]

## 4.1.1
* Add filePaths instruction for Android in README.md
* Fix parse args not filtering commands properly
Expand Down
3 changes: 3 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A plug-in that can open files for android

To use this plugin, add [open_filex](https://pub.dev/packages/open_filex/install) as a dependency in your pubspec.yaml file.

## How to test this example in emulator
Add a .png file to /Download folder and run the example project

## Example
```
import 'package:open_filex/open_filex.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: open_filex
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: 4.1.1
version: 4.2.0
homepage: https://github.com/javaherisaber/open_file

dependencies:
Expand Down

0 comments on commit a7452ac

Please sign in to comment.