App crash when using ".pages()"
See original GitHub issueHey, I’m facing an issue since ‘3.0.0-beta.1’
I have a pdf with different size width. When I try to load a given page with .pages(1)
for example, the pdf load a blurry page and the app crash when I try to scroll.
Here is my code :
pdf.fromAsset("file.pdf")
.pages(1)
.load();
Here is an example of file : file.pdf
Here is the blurry image I get :
EDIT :
When I try to load all page (like .pages(1,0)
) there is no problem
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (3 by maintainers)
Top Results From Across the Web
pages apps keeps crashing - Apple Support Communities
Pages crashes on my iPhones (X, 11, 11 Max) and iPads (two iPad Pro 10”) when editing documents. I've deleted the app and...
Read more >Pages crashes - what to do? Tips & solutions
What to do if Pages crashes? · Install the latest iOS or Android version · Check Pages for updates and update if necessary...
Read more >How to Fix Pages Quit Unexpectedly on Mac after Ventura ...
Alternate solutions on Pages Quit Unexpectedly on Mac · Method 1: Clear Preference Cache · Method 2: Delete Cache files from Mac and...
Read more >dart - Flutter navigation with the bottomNavigationBar between ...
I'm trying to create a BottomNavigationBar on my home page screen. The bar itself works perfectly fine, but it's the navigation between pages...
Read more >Dropbox unexpectedly quit or is causing apps to crash
This article helps you troubleshoot the following issues: The Dropbox desktop app unexpectedly quits or keeps crashing; The Dropbox desktop app is causing ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in 3.0.0-beta.5 version
Thanks, I will take a look