lubritto / pdf_viewer_plugin

A Flutter plugin for IOS and Android providing a simple way to display PDFs.
MIT License
57 stars 65 forks source link

Infinite loading of 'fetchPost' function #36

Closed bulgariamitko closed 3 years ago

bulgariamitko commented 4 years ago

This plugin worked great for me until I replace the link for the PDF file with google drive PDF and then Google restricted my account for sending too many requests to there server. Then I saw that the function 'fetchPost' was sending requests to the link even when the file was already send and showed in the screen. Clearly this behaviour is not intend i guess and it is bad experience for the server sending so many requests to the back-end. Please let me know if this issue can be fixed somehow.

lubritto commented 3 years ago

try again using the latest version example