flutter_pdf_render
flutter_pdf_render copied to clipboard
PDFViewer Jumpy when resize Flutter Web
When you resize the Flutter Web size, the pdf viewer page is jumpy. Maybe the solution is to save current page and its offset (goToPointInPage
) , and when the page is resized, maintain to that position.