flutter_pdfview
flutter_pdfview copied to clipboard
Unable to reload another with another PDF
I have a futurebuilder that calls to a PDFView with the selected option and I need to reload the same futurebuilder with another PDF if the selected option has changed, but the PDF still being the same PDF that has initially loaded. Is there a way to clean the library cache for loading another PDF?
The same issue. When i change path file from Bloc. Widget is rebuild but PDF not showing
same here
@Musty-dev @it-hienvv @redaantar Has anyone found a workaround ?
Using the key value solves it, but this does not apply in release. can you help me with this issue?
Any updates?