Is DOCX viewer in flutter possible.
I have tried PDFTron, it has the following drawbacks:
- Not a widget
- Paid version
If DOCX viewer is not available, then is DOCX to PDF converter available?
CodePudding user response:
Use ConvertAPI, but if you want and offline solution i do not believe i came across one or you can useFFI if you found a native code for conversion
CodePudding user response:
You can take a look to flutter_filereader package. It has a lot of file types. I suggest to you.