open_file
open_file copied to clipboard
Unhandled Exception: MissingPluginException(No implementation found for method open_file on channel open_file)
如图所示,无法打开下载的文件。
Got the same problem and rebuild the app (not just restart) works for me.
I'm facing the same problem, flutter clean and rebuilding the app did not work.
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.
same
I removed FlutterDownloader, and now it works.
It appears to be a conflict with the file provider.
I tried FlutterDownloader to download the file, then openfile to view it. But these 2 packages don't work together