Closed logblythe closed 3 years ago
@logblythe
Try flutter clean
. It worked for me.
@logblythe Try
flutter clean
. It worked for me.
Thanks @Nandan-Wewhare It helped me. What do think might be the root cause?
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
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.