open_file icon indicating copy to clipboard operation
open_file copied to clipboard

Unhandled Exception: MissingPluginException(No implementation found for method open_file on channel open_file)

Open xmy1231 opened this issue 3 years ago • 6 comments

image 如图所示,无法打开下载的文件。

xmy1231 avatar Jan 07 '22 07:01 xmy1231

Got the same problem and rebuild the app (not just restart) works for me.

kylianSalomon avatar Feb 21 '22 15:02 kylianSalomon

I'm facing the same problem, flutter clean and rebuilding the app did not work.

r3ddev1l avatar Feb 22 '22 07:02 r3ddev1l

Had the same issue. In my case, I was trying to combine open_file with awesome_notifications. In short, I think I was trying to open file from background (my notification ActionType was 'SilentBackgroundAction') which was causing this error.

SerpentDash avatar Mar 06 '22 20:03 SerpentDash

same

nezzzumi avatar Mar 19 '22 00:03 nezzzumi

I removed FlutterDownloader, and now it works.

It appears to be a conflict with the file provider.

nezzzumi avatar Mar 19 '22 06:03 nezzzumi

I tried FlutterDownloader to download the file, then openfile to view it. But these 2 packages don't work together

quanghuy-comply avatar May 11 '22 05:05 quanghuy-comply