You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think loading speed is acceptable with those pdfs that have less than 30 pages. The higher the page count is, the slower it gets. I myself try to open a 200 pages document and it slows down my phone dramatically and obviously took a long time to finish.
So I thinking about lazy load solution for the list thumbnails, and I can see in the code that it is possible to add this useful function to your widget.
The text was updated successfully, but these errors were encountered:
I did it in my branch, I vastly changed the way it builds the thumbnail list. I'm new to Flutter, so I'm not sure if it is the best practice to do it. But it works well as it is expected.
I think loading speed is acceptable with those pdfs that have less than 30 pages. The higher the page count is, the slower it gets. I myself try to open a 200 pages document and it slows down my phone dramatically and obviously took a long time to finish.
So I thinking about lazy load solution for the list thumbnails, and I can see in the code that it is possible to add this useful function to your widget.
The text was updated successfully, but these errors were encountered: