Home > database >  How to open file through flutter
How to open file through flutter

Time:03-31

Is there any way to open a file or folder (default file browser) in flutter?

I can't find any plugin to do with this, and it takes me a long time to find a solution

I tried plugins like open_file & url_launcher etc.

they all don't work

CodePudding user response:

Take a look at file_picker package: https://pub.dev/packages/file_picker

CodePudding user response:

Take a look at this detailed video: https://youtu.be/6tfBflFUO7s

  • Related