flutter_pdfview
flutter_pdfview copied to clipboard
Support zoom and scroll listener
I need to draw some overlay contents above the pdfview with CustomPaint.
I need to get the zoom level (with zoom listener) and scroll offset (with scroll listener) to draw correctly when user zoom the page or scroll the page a bit.
Is it possible to support those features?