open_file icon indicating copy to clipboard operation
open_file copied to clipboard

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)

Results 108 open_file issues
Sort by recently updated
recently updated
newest added

I have followed #98 , and config ``` xml ``` then use ``` dart final status = await Permission.manageExternalStorage.request(); var file = await getAssetByName("close.png"); var r = await OpenFile.open(file.path,type:"image/png"); ```...

AGP8 requires build.gradle to add namespace.

Steps to reproduce (some on 3.3.0 and 3.4.x): 1. Focus textField 2. Press btn that trigger OpenFile.open(String path) 3. When image open try to swipe image up 4. Press done...

I have a project that allows the user to automatically install the apk file in Android, when a new version is available. Would love if this could be done in...

When I compiled it with Flutter 3.13.6 it reported some warnings, can this be fixed? .pub-cache/hosted/pub.dev/open_file-3.3.2/android/src/main/java/com/crazecoder/openfile/OpenFilePlugin.java uses or overrides a deprecated API.

permission denied:android.permission.read_external_storage android 33 version error display flutter open_file plugin ![Screenshot_1694596195](https://github.com/crazecoder/open_file/assets/113411425/51a1e570-98cb-469a-8fe0-65747f7f097b)

Nothing happen in android 33

This PR adds a new parameter called linuxUseGio (default to false). This is used since `xdg-open` doesn't always open the file in correct application (https://askubuntu.com/questions/1292612/xdg-open-does-not-open-files-in-the-preferred-applicaton).