Closed Nandan-Wewhare closed 4 years ago
@AbdOoSaed
body: Center( child: PDF( onPageChanged: (page, total) { setState(() { pageNumber = page+1??0; totalPages = total??0; }); }, swipeHorizontal: true, ).cachedFromUrl(widget.url),
This is the code and the url is a string
@AbdOoSaed This is the PDF url and is working just fine.
Did you find any solution for this? I need it asap please.
@AbdOoSaed
please run this project with
flutter run -v
and give me the log if it doesn't work
Hi @AbdOoSaed
It worked finally. I just deleted the build folder and built the project again and it works fine now. Thanks for your attention and time.
don't forget most of the flutter issues fix by flutter clean
😅
Hi @Nandan-Wewhare please provide more information about how u get this error