I have been trying pdf packages one by one. Most of them crushed and not working. One package is working which is flutter_plugin_pdf_viewer
but it loads per page and feel slow. I am looking for the pdf viewer package which loads and scroll smoothly like adobe pdf reader (not good that much, but something like this).
Any suggestion for this?
flutter_pdfview (https://pub.dev/packages/flutter_pdfview) is the fastest I have found so far. It's also relatively easy to use.
If you want to see how it is used, check this https://stackoverflow.com/a/62476333/9931959