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

With other plugins, like share_extend app has own declaration of FileProvider, so with open_file plugin build is failing with error like: ``` /project-dir/android/app/src/debug/AndroidManifest.xml Error: Attribute provider#androidx.core.content.FileProvider@authorities value=(org.package.name.provider) from (unknown) is...

Ability to open directory and show list of files from file explorer installed on the phone.

help wanted

Because no versions of open_file match >3.2.1 =0.13.0 depends on ffi ^2.0.0, open_file ^3.2.1 is incompatible with matrix >=0.13.0.

I get a conflict between these two packages. Here is the error I get : "Because appwrite >=8.0.0-dev.1 depends on flutter_web_auth_2 ^1.1.2 which depends on flutter_web_auth_2_windows ^1.1.2, appwrite >=8.0.0-dev.1 requires...

When I try to open a local file `await OpenFile.open(path)`, the phone tries to open the file internally from the Flutter app, so to speak. And it results in an...

Hi! Please update the ffi dependency from version 1.0.0 to latest version :)

Can this plugin be used to register a Flutter App to be the default app for a file type (e.g. GPX)