scientifichackers / flutter_pdf_viewer

A native PDF viewer for flutter.
MIT License
107 stars 40 forks source link

Is there any option PDF load from URL ?????? #21

Closed shailendraweb8 closed 5 years ago

devxpy commented 5 years ago

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!