binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
118 stars 67 forks source link

No implementation found for long com.shockwave.pdfium.PdfiumCore.nativeOpenDocument(int, java.lang.String) #49

Closed logblythe closed 3 years ago

logblythe commented 3 years ago

Describe the bug When trying to get pdf from the network, the pdf gets loaded to 100% but only a white screen is shown instead of pdf itself. I can see this error in the log.

To Reproduce I am using the code to fetch pdf from the network from the example itself.

Nandan-Wewhare commented 3 years ago

@logblythe Try flutter clean. It worked for me.

logblythe commented 3 years ago

@logblythe Try flutter clean. It worked for me.

Thanks @Nandan-Wewhare It helped me. What do think might be the root cause?

binSaed commented 3 years ago

thanks @Nandan-Wewhare

@logblythe I think it's a general issue with Flutter the prob is with GeneratedPluginRegistrant it's a generated file by Flutter build/run sometimes flutter have a problem with caching

and "flutter clean" will fix it

11 22