how to view Docx file in flutter?

241 views Asked by At

I get all docx files now i want to open the file using file path can someone help. I tried power file view, flutter file view etc packages but all engines failed to load can someone provide material to open Docx file in flutter.

2

There are 2 answers

0
Raphael Tunji On

You can check Docx template engine for flutter, you can also check youtube where this package is used in flutter tutorial.

0
MrShakila On

You can use this plugin to open docx files in your flutter app

https://pub.dev/packages/open_file

Example:-

OpenFile.open("/sdcard/example.docx");//add your file path here