flutter_full_pdf_viewer
flutter_full_pdf_viewer copied to clipboard
not working on integration test, can't access widgets inside PDFViewerScaffold
I'm using the PDFViewerScaffold
in the appbar I'm displaying the document title and a close icon,
on my integration test I can't get the text value from the title and can't tap on the close icon, I can't access anything that's inside the PDFViewerScaffold
, futher investigating what was happening I notice that I can't Flutter: Inspect Widget
on the PDF screen aswell.