My application is generating excel and pdf reports. They are generated in Uint8list. Is there a way to open such files in default application?
I tried open_file package, however, it requires a file path while my file is in memory. same with url_launcher.
Also I tried saving the file then using open_file, but it doesn't work on web as file can't be saved.