Skip to content

Commit

Permalink
Release version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javaherisaber committed Nov 6, 2022
1 parent a8c360f commit dc6c6c5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.3.1
* Update README.md

## 4.3.0
* Replace JCenter with MavenCentral in Android build.gradle repositories (Thanks to [@BetterB0y](https://github.com/BetterB0y))

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

A plug-in that can call native APP to open files with string result in flutter, support iOS(DocumentInteraction) / android(intent) / PC(ffi) / web(dart:html)

## Notice
This package is a fork of [open_file](https://pub.dev/packages/open_file) to fix the following issues:
- Remove `REQUEST_INSTALL_PACKAGES` permission in Android to comply with GooglePlay publish policies
- Update [ffi](https://pub.dev/packages/ffi) to 2.0.1+
- Upgrade support for [granular media permissions](https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions) in Android 13
- Fix plugin lifecycle onDetachedFromActivity in Android
- Fix viewController is not recognized in iOS
- Fix parse args not filtering commands properly
- Replace JCenter with MavenCentral in Android build.gradle repositories (since JCenter becomes unreachable sometimes due to it's end of life)

For full list of changes see [CHANGELOG](https://pub.dev/packages/open_filex/changelog)

## Usage

To use this plugin, add [open_filex](https://pub.dev/packages/open_filex/install) as a dependency in your pubspec.yaml file.
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.3.0
version: 4.3.1
homepage: https://github.com/javaherisaber/open_file

dependencies:
Expand Down

0 comments on commit dc6c6c5

Please sign in to comment.