how to display power point file and word file in flutter after getting file path

306 views Asked by At

I listed all docx and pptx files from device storage now I want to open them using file path I tried different packages but I am getting a lot of issues can someone provide me a material related to opening document files or any package that can open files using file path thanks

1

There are 1 answers

3
rrttrr On

You can try this package, it will open the files in default application from its path.

https://pub.dev/packages/open_file_plus

https://pub.dev/packages/open_file_plus