Sorry! But no, It was removed down the line.
It's out of the context for a pdf viewing library to include a file downloader. It adds unnecessary dependencies and cruft to the project.
I would suggest using something like http or dio to first download the file to a temporary location and then calling PdfViewer.loadFile.
Sorry for not updating the README to reflect this!
Sorry! But no, It was removed down the line. It's out of the context for a pdf viewing library to include a file downloader. It adds unnecessary dependencies and cruft to the project.
I would suggest using something like http or dio to first download the file to a temporary location and then calling
PdfViewer.loadFile
.Sorry for not updating the README to reflect this!