bertoldofonseca / better_open_file

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Can't open pdf on ios #8

Open Angel1404 opened 1 year ago

Angel1404 commented 1 year ago

I have an app where I save a pdf document with a path provider that I bring from a url, in andriod it works wonderfully, the pdf is saved and I can open it with the apps provided by the phone with the help of better file. Unfortunately, the same does not work on iOS, the pdf is saved in the indicated path, everything is fine, but when going through the better file it does absolutely nothing. Has anyone had the same? image

image

image

Angel1404 commented 1 year ago

...