我得到了所有的docx文件,现在我想打开文件使用文件路径可以有人帮助。我试过电源文件视图,Flutter文件视图等软件包,但所有引擎无法加载可以有人提供材料打开Docx文件在Flutter。
bqujaahr1#
你可以查看Docx template engine for flutter,你也可以查看youtube上这个包在flutter教程中的使用情况。
vptzau2j2#
你可以使用这个插件在你的Flutter应用中打开docx文件https://pub.dev/packages/open_file示例:-
OpenFile.open("/sdcard/example.docx");//add your file path here
2条答案
按热度按时间bqujaahr1#
你可以查看Docx template engine for flutter,你也可以查看youtube上这个包在flutter教程中的使用情况。
vptzau2j2#
你可以使用这个插件在你的Flutter应用中打开docx文件
https://pub.dev/packages/open_file
示例:-